Memory Pool Memory Pool Refreshing

6,290 transactions
4.04 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
890,947 00000000000000000002796c0000000000000000000000000000000000000000 1.00 vMB 1,907 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 890,946 (668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
890,278 890,278 00000000000000000001a15b2f5e9379cfaaf9bee408e9c47b76db315983baf8 1.41 MB 559 1
890,277 890,277 00000000000000000000d83a0e844d234259952f74b2817839ac05a3c07d7b4b 1.79 MB 2,541 3
890,276 890,276 00000000000000000002075a954bc9deb195b5393c9d2043e71a9c04dafb91e6 1.57 MB 3,209 4
890,275 890,275 00000000000000000000f355819d81e2421917ca8797b8f41797b16b5e8126d8 1.50 MB 2,878 2
890,274 890,274 00000000000000000000f01321714d033406bf0f49809d1607fb05f478006b0a 1.69 MB 1,213 1
890,273 890,273 0000000000000000000118d021122e32bf41eb1fca229af4fec2434103fbe0f6 2.12 MB 763 1
890,272 890,272 000000000000000000017f5cf8ac0ae68bf4f2ffe9740db2eacfe983a295b956 1.66 MB 3,964 2
890,271 890,271 000000000000000000001bc44976b0ba87bc244e4c869c7951f51e64fa1ecad6 1.61 MB 2,246 2
890,270 890,270 000000000000000000019aa7dbd812d18a46c09ef8a1ef453bbd3ce8da441ad0 1.60 MB 2,814 3
890,269 890,269 000000000000000000003f43d46f9f4655156678bf0f48cdcd2cdb40020e567c 1.76 MB 3,382 2
890,268 890,268 00000000000000000001735ba3203e5282b3cc230d850742282a229c1300877c 1.63 MB 3,355 2
890,267 890,267 00000000000000000001530fe61f3d34c7ff8614848d7ae712d5dbb899a9cae2 1.75 MB 3,371 4
890,266 890,266 00000000000000000001d6191825cde94746897411b385c9636d78c677636e2d 1.62 MB 3,460 5
890,265 890,265 000000000000000000007ad867e1af291d1f12075a7b54e09271981aaaa64d31 1.68 MB 3,193 5
890,264 890,264 00000000000000000000ebe7ec519f9275fe009362dedf1ac0832f96daba1333 1.41 MB 1,220 2
890,263 890,263 00000000000000000000fbc67bee1210fc55ace061f036dba6b7b0b06f2b2d16 2.01 MB 922 2
890,262 890,262 0000000000000000000019f53fb875c94986eb159db710ba651b465d3c7c56eb 1.72 MB 3,109 5
890,261 890,261 00000000000000000002191f611fb62c87631891142c64137a2b1180592fa550 1.73 MB 2,004 3
890,260 890,260 0000000000000000000100d30a890f7b38395b74148664df1ad7fd111fe2f0e3 1.68 MB 2,667 5
890,259 890,259 000000000000000000006b00fa834780f15de62cf4bc79f5d31d1fb7cab8fb7a 1.55 MB 3,249 22
890,258 890,258 00000000000000000002494001d61ecd7c7f0fa1a473de14641ef9d5bc0347bf 1.66 MB 2,586 4
Previous 10 blocks ↓
Total Size: 739.64 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 3,514.55 GB sent, 159.37 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.