Memory Pool Memory Pool Refreshing

18,816 transactions (4.35 vMB)
  • 1 sats/vbyte = (12 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 28/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,170 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,005 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,169 (820,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,536 88,536 00000000000d41d51fb9ab127a302f7fc8b7be41ba0140213d4d297c65538bfa 0.00 MB 1 0
88,535 88,535 00000000000f6c950b62ffd167f8b12c67546ed0344c4499bfe7bafee77e5a69 0.00 MB 1 0
88,534 88,534 00000000001120e019274a6bed62a887b4c900df02148bc20fd822e8f9f95301 0.00 MB 1 0
88,533 88,533 0000000000167403d369384e367f6204ebf5003b9120560ddf6c516e834feea8 0.00 MB 1 0
88,532 88,532 00000000001a3558b11ceb366f8fc0423f17de499121d4c1525bd0d96edf0980 0.00 MB 1 0
88,531 88,531 0000000000056d06428acd0587ff04f12c56d22317b44719ce00cbb070d98e12 0.00 MB 3 0
88,530 88,530 00000000000fa4d101d55a185ef13f13af39d04fccf637ad48f0b51cfe08202d 0.00 MB 2 0
88,529 88,529 000000000018b1ac4f8167821da7816b796399f063f922658f2e613f5e6d2914 0.00 MB 3 0
88,528 88,528 00000000001bbd619d928f7084b6e0342a6d12adc20554ad69c219aa2bdcc6d0 0.00 MB 1 0
88,527 88,527 0000000000198a62dbbe3d39212c3e7ca5ba9eec276099f01f7542734d871f99 0.00 MB 1 0
88,526 88,526 00000000000ad68cc18f526192c3ff730178f0fca0fdfbb1a6f9f537c9ba4361 0.00 MB 1 0
88,525 88,525 000000000003c90889184a00986990b0a2edc3fd8a635216d11cd603a4c24be2 0.00 MB 1 0
88,524 88,524 000000000005950b3496faf52d2cc9899c9ea4440778e1e5e9c050d5f92d9c96 0.00 MB 2 0
88,523 88,523 00000000000aa22ef1e7e015e4e2959a4275fd594250609e4a4e53e38dfd34be 0.00 MB 3 0
88,522 88,522 000000000006859d1d6bb1f107d505f40854b31b8d276015d3635ba237d13acf 0.00 MB 1 0
88,521 88,521 0000000000145e754ca9942e959e5641b8e5f3361d8564f6bcbc6b490af72307 0.00 MB 1 0
88,520 88,520 0000000000042c2c27318c70fb13c1d024291b48890c56e648027901f66468f9 0.00 MB 1 0
88,519 88,519 00000000000ed4a908a246cbbab4695ba7c539954b26df7e983ab8fe19db8010 0.00 MB 1 0
88,518 88,518 00000000000cdcb0243eb4cb64fd3a49db42e53b713cc2e93f22ec31ca5650f9 0.00 MB 2 0
88,517 88,517 00000000000f51733acbfab917acce8a8ea25b4f573167d586a9656139fa92ea 0.00 MB 2 0
88,516 88,516 00000000000315de67efde36697404280df173e75c85d3315a6dd2582ff4b7b7 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.86 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,980.48 GB sent, 106.99 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.