Memory Pool Memory Pool Refreshing

9,849 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,412 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (540,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
367,428 367,428 00000000000000000da0f8234c0672aef4895cc968fe2038ab6639c21b6e8b26 0.95 MB 341 23
367,427 367,427 000000000000000003a6cd9d04ec75cecf8ba564f05ee8b467e10b92085ac48c 1.00 MB 201 19
367,426 367,426 00000000000000000cf5ab9adbd117cfb31e2515d1f85e1b159397e61b545232 1.00 MB 1,825 44
367,425 367,425 00000000000000000a0fa535f63a8cab2aa8f905ea4c2b469d9535038aac7b72 0.91 MB 1,992 47
367,424 367,424 0000000000000000105391ffa295633a4457a1b402def60982390b66651fe560 0.92 MB 217 21
367,423 367,423 00000000000000000fa65f7c9bd6af7a3ed611ea4bcb2848d145d3b5a187fd73 0.67 MB 893 40
367,422 367,422 00000000000000000e05866745485aafa475ece7c85773cca62bc85b7e3387ea 0.89 MB 797 25
367,421 367,421 000000000000000001339c614dbffb4a069adadcdff7d0b8f089abd05fd35ba4 0.75 MB 1,365 41
367,420 367,420 000000000000000005a0113d3befe80bdd5b132fe99d1217416f438087350d31 1.00 MB 1,019 25
367,419 367,419 000000000000000009c65801d7194c6083c70f8a6ce7873e02ed4a5c1022b689 0.84 MB 600 22
367,418 367,418 0000000000000000010f4429f82e375e617d6c7f4a3c22d8f675051cdf60360c 0.86 MB 630 23
367,417 367,417 000000000000000001a4ba2e19e4febfc0971f5258942c2d434529fd4c0778fb 0.92 MB 773 24
367,416 367,416 0000000000000000125065f0e0a7cf279aadaf13e1770d583f4b2a956646ba39 0.93 MB 1,419 35
367,415 367,415 000000000000000007c9314e523db7c61d62507aa871a8915d9caa42303d9fea 0.89 MB 768 25
367,414 367,414 00000000000000000876a6e2dbee68c4dcceb07bad8067ffc7c36db4c0248696 0.93 MB 1,161 34
367,413 367,413 0000000000000000138415e1cc5318407c399840ce5b2bc07688c66c283ec150 0.95 MB 1,205 23
367,412 367,412 0000000000000000137fbd31ac612ffee57132a78acce3dcc56984ae8ea4b4e5 1.00 MB 1,136 25
367,411 367,411 000000000000000009de0c6fc5437088b7b42f69584043c4704e681b6a790e1d 0.95 MB 1,320 27
367,410 367,410 0000000000000000102462126a81c30142cf0c1b7f0105ec3d27169058815f9d 0.93 MB 1,002 29
367,409 367,409 00000000000000001046da41f3e0b1121f080f54bccd0c58c7192a57b495d12d 0.93 MB 1,633 38
367,408 367,408 00000000000000000fffea858c7f410cc36a219293f0a0c6e79a77d4890e3c2d 0.75 MB 1,763 58
Previous 10 blocks ↓
Total Size: 769.01 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: 1,621.42 GB sent, 92.91 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.