Memory Pool Memory Pool Refreshing

2,804 transactions (0.86 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,071 00000000000000000002349e0000000000000000000000000000000000000000 0.85 vMB 2,787 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,070 (875,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,267 33,267 000000005fc4bcdbacbb45c49ba71a4e4c432c28ab78e51c92413dbc55a09c22 0.00 MB 1 0
33,266 33,266 00000000b7510723890cc2619f21789595c5adbb6f681dc62fe41154a411498b 0.00 MB 1 0
33,265 33,265 000000003ee9f932b5e920c1b75c0cbac0fed3d52a4b8846d3b9ef6bb5910a8d 0.00 MB 1 0
33,264 33,264 000000000b1f741a1d1db530924a4e299e0744c4950040fd587f7e182024eb6f 0.00 MB 1 0
33,263 33,263 00000000049f4094602a6df18d3b75291271dd05f93fc1eb727363e729790d63 0.00 MB 1 0
33,262 33,262 0000000091f4913474f3978df45d35c5270acafe51af6b7c41b93e9e09c51a32 0.00 MB 1 0
33,261 33,261 000000005c31f1f7375286508bc307e9b34fddf61c0374e2660d626e728ba106 0.00 MB 1 0
33,260 33,260 0000000023a9304a948f9d9a41181c742ee528ac0adbeb8576a78332c1b88cab 0.00 MB 1 0
33,259 33,259 0000000035d876989cd191e4a8d04ab9bb013d1776e4a2bdf0a40c45d39d599b 0.00 MB 1 0
33,258 33,258 000000005eecf1e4c2eda98bd3e797921946ab418ce04858061e2b22e19dad5f 0.00 MB 1 0
33,257 33,257 000000005b4b204c511c7fbf1fdeed75531a6b4a621163b5347d6a6c40393d4e 0.00 MB 1 0
33,256 33,256 00000000707c962d8dfb9ca32058e768b57ab10c0ca4a6f77ee27afabb015428 0.00 MB 1 0
33,255 33,255 00000000700c9bb4b5a12bb23148f5a02714d5b2ec0892c9198e333c7c119499 0.00 MB 1 0
33,254 33,254 000000008fb0990d430cdb2eae1a828a1030b87bd60d4205987a09a2f130978c 0.00 MB 1 0
33,253 33,253 00000000270f2f192ae0c40d37164adbb2fa2860655600d014fc90373a4803cf 0.00 MB 1 0
33,252 33,252 00000000caef696dcf6632f40d94008980a5e4da5d83fbb6b515f6c4e04efe85 0.00 MB 1 0
33,251 33,251 000000001318fc01575f0ad8cb5d58b52650d62289545e74b5599c5d5b7ac313 0.00 MB 1 0
33,250 33,250 000000003838be5eef6ae2d44c4519262fb9f738dd0ac52ef6608b1c409a0afe 0.00 MB 1 0
33,249 33,249 000000004b09b422e7990d536afae82cb97e25f8b39b5f08af9978f5453c0029 0.00 MB 1 0
33,248 33,248 0000000058f2cc8d14659aac8b2f94403956020acd900e19c0a02f16518aff5e 0.00 MB 1 0
33,247 33,247 000000008c5e0ee7376b8b52acb6ddcdb2857c810af890e1f0e54ebf919d2249 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.68 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,902.39 GB sent, 105.89 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.