Memory Pool Memory Pool Refreshing

20,213 transactions
24.67 vMB
Show Random Selection Loading Transactions
Max Size: 141/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
876,514 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 1,525 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 876,513 (235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
876,278 876,278 0000000000000000000005607e369003becc11d34dd1643738f6576115794f2b 1.61 MB 3,161 3
876,277 876,277 000000000000000000019af97fc57d11a0b5390fcc3161a9a67e0418cafbb154 1.42 MB 1,567 4
876,276 876,276 000000000000000000009c2e9f02ea92f7b9f0e1c5cd575132ecae90a0fc7459 1.26 MB 839 4
876,275 876,275 00000000000000000001a886ba1cf1e2bada13be462bcd965e55f8dafaa57f27 1.38 MB 3,184 9
876,274 876,274 000000000000000000014505ff033cb062fdecb99b4003d0d803cc15df70c1d8 1.31 MB 3,034 10
876,273 876,273 00000000000000000000061befb524b5198596052ac1bf3d82f26c2bcd250f7c 2.05 MB 1,899 2
876,272 876,272 000000000000000000004e71bb60b869c94555497a9e0b455a60b44f9baf53c1 1.76 MB 3,667 4
876,271 876,271 00000000000000000000248d9d8b8c160bfd249c78933d2fd6ceede9c87a65ae 1.45 MB 2,320 7
876,270 876,270 00000000000000000000b89817ffb4db268324652fff6d5fde56e1fd3bca6004 2.78 MB 2,834 2
876,269 876,269 000000000000000000017bb6ab8c0a5b46ee656188f07aea6d87b9ff7a6aa5f4 1.63 MB 2,447 3
876,268 876,268 000000000000000000013bccf90fdc002b245fb9aa6d7cd5abe5f195275e568a 1.60 MB 1,345 5
876,267 876,267 00000000000000000001b141f3fabc2c5b63fd22317c9e97d04fcd5f7783b9bd 1.58 MB 2,453 8
876,266 876,266 00000000000000000001599fe796886e8e8c415b9ea515252b77f4cb299ab419 1.59 MB 2,267 6
876,265 876,265 00000000000000000001c75473e90cb15225528a65507fc021674ec4f1a42a25 2.05 MB 4,000 2
876,264 876,264 000000000000000000027a6c0b502f4d157e4ebc6e91ce970574700a9af40fcc 1.72 MB 2,557 3
876,263 876,263 00000000000000000000e3995fc8b0d6661fbac1500a433d6681864b6f9c58a9 1.43 MB 1,492 3
876,262 876,262 000000000000000000014e75c9d0337dd523df495d29f3f8bb4204796361ae2f 1.67 MB 1,477 5
876,261 876,261 00000000000000000001e6b1bf7c41297e15a8abacde4ebc89a8785586436818 1.80 MB 2,173 7
876,260 876,260 0000000000000000000055f58dfe0528f19e6bbfe486187393571b1b1baf83ef 1.51 MB 989 4
876,259 876,259 00000000000000000000a128170465f33530e78f83f180de3c1bc4c0cc5cb3dc 1.50 MB 781 5
876,258 876,258 000000000000000000017b42f69cc78071455814dbc003d892c406f5fa5d6c5b 1.83 MB 2,763 6
Previous 10 blocks ↓
Total Size: 711.43 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: 811.34 GB sent, 20.94 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.