Memory Pool Memory Pool Refreshing

34,937 transactions
31.33 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,252 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,015 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,251 (390,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,326 471,326 00000000000000000195a8fabf13beef59fa10528472335e97f366bb05c415d3 1.00 MB 2,029 253
471,325 471,325 0000000000000000016e5875cdc47106584da1fdabf6247d493fc119395d8f65 1.00 MB 1,709 186
471,324 471,324 000000000000000000f8470a685cd4d2673b686d501181481638c0de0b7cdd02 1.00 MB 2,126 146
471,323 471,323 00000000000000000009b4ae49aee1dd1c4141a70e64d892e3983e3a3beb088c 1.00 MB 1,596 175
471,322 471,322 0000000000000000005280f7d5cf0d722a917ad7f461611801dde57a2c91ddcb 1.00 MB 2,022 205
471,321 471,321 0000000000000000005b3401639720ffff3f0302d554f64dcb219a71e309a597 1.00 MB 1,542 210
471,320 471,320 0000000000000000003ded8f714b6e98a2c964bdd6d41043123ac47298771057 1.00 MB 1,488 211
471,319 471,319 0000000000000000012000c40ae285df619cdcf6674db6247c54ddf59079a797 1.00 MB 2,069 196
471,318 471,318 00000000000000000171d5e9be5ce1a86c9f0b513e712d260595d008ca67e809 1.00 MB 1,428 212
471,317 471,317 0000000000000000019d607647c4d3f80842b9759da630ed42c72fa98435e329 1.00 MB 2,256 377
471,316 471,316 0000000000000000002fd128085af5cbae6622e75982eaddf7083af160d05ced 1.00 MB 1,757 197
471,315 471,315 000000000000000000bbf0e20d93a587eeddbd710493b848e6ab1f0237f28ea4 1.00 MB 1,509 194
471,314 471,314 00000000000000000163053f7479cd06cf3caad49e05256eaa0ebaed700d3453 1.00 MB 2,457 263
471,313 471,313 00000000000000000125c1ef52637baa7d23a18d5bdc9717ccd7d8377fa49998 1.00 MB 2,190 384
471,312 471,312 000000000000000000cf2c9bab24a17d5d64612b57fcfc8df9f088c334e38419 1.00 MB 1,699 342
471,311 471,311 000000000000000000494acf572a4d59e52b630e8699cd4dc81f9f0074c05c7c 1.00 MB 1,895 367
471,310 471,310 000000000000000000f73c93b832f0db7d5de87b5122d506e284864b43468ed2 1.00 MB 2,352 344
471,309 471,309 0000000000000000000de001b4759f07b54c7f419fc275b18bc5f5b55ebc2a82 1.00 MB 2,518 418
471,308 471,308 000000000000000000c17b34013514d687f4acd5d3ccef75e4634700c8dcd660 0.75 MB 2,009 513
471,307 471,307 00000000000000000191397a95c58fa81ea3a973fa51b314b031eb351e156902 1.00 MB 1,623 193
471,306 471,306 000000000000000000a1bbd2265918a5bd3ef80694ecd9b36fd3dfdea13dc750 1.00 MB 2,004 276
Previous 10 blocks ↓
Total Size: 684.64 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,359.11 GB sent, 102.61 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.