Memory Pool Memory Pool Refreshing

7,572 transactions
2.46 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,267 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (687,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,140 220,140 00000000000003cbbed43079843bac1b05690ba48a8997d343e4166f640446ed 0.00 MB 13 46
220,139 220,139 000000000000042e6d04fdb34f43be4284f9e4456d3ec10829ae32bfdecc99ad 0.29 MB 480 173
220,138 220,138 000000000000013ba7a7f3aa1c523567bad7be8bd9c4748a17d1b15956b92fed 0.25 MB 468 154
220,137 220,137 00000000000004fb5eebed27bd6a241b37baa5935f253587d9bb038901b2ad7d 0.00 MB 10 46
220,136 220,136 00000000000003ee67e0f5e404213f1ac34ddc98fec8cac1fce22ad91c659ffe 0.25 MB 722 229
220,135 220,135 000000000000041221822ca5055de976bc9a1d844b0e36af37614c0ec7982418 0.08 MB 277 114
220,134 220,134 000000000000007593aabac21a500c6e5bd3f1ae56bdc9444a73259f05e67989 0.05 MB 155 21
220,133 220,133 000000000000012b899fae75efe8222d443581291053a25cb5da12286b401274 0.25 MB 871 286
220,132 220,132 00000000000003c53cf8c0c66071687dc4a2c77cf5bd9d4f1657464ea36dc371 0.25 MB 569 179
220,131 220,131 00000000000002b3011ed23387b94c49477f26b58b5f9067ec4bf11d751715cd 0.25 MB 650 209
220,130 220,130 00000000000004200731b068a238bd889a1605f01634b479e89476d61fe232e4 0.25 MB 555 154
220,129 220,129 00000000000002d1d5696259d1e75e2f29fbde96ec83380885252e59a96b5b61 0.25 MB 860 228
220,128 220,128 00000000000003b16bb405c26c0804c0896739358119d1f9f85b39b2e90e3c56 0.25 MB 910 213
220,127 220,127 0000000000000049f3e96aa4ee0ac8bfeab664b391112d40d62bb3c6ee6d4087 0.25 MB 913 240
220,126 220,126 0000000000000277b4b6bce7bb763e144ca9e7955fc3a53871d7fb5bf589989f 0.28 MB 649 155
220,125 220,125 00000000000000060a18cacef64c318fdff215dd6a8f82a51cae62b2ff719865 0.31 MB 657 162
220,124 220,124 00000000000003dff29e7192adce321d2e97a925e71b8e776712d3534c7ecfdf 0.25 MB 829 275
220,123 220,123 00000000000001e404702e1fda9a028df3638bdd5e42576a1531c45df0a118b7 0.05 MB 132 80
220,122 220,122 00000000000002db960afc1db236ff884b984df25f1cac17c1d9a37837b4fe2f 0.46 MB 791 169
220,121 220,121 00000000000001620fc1d82f71512fee95574c630b96560bf63996282a454990 0.22 MB 439 176
220,120 220,120 0000000000000288ed4db2bce8f69a8c08006e3913c438ecc1c88607f5032a3b 0.25 MB 555 177
Previous 10 blocks ↓
Total Size: 768.95 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,614.23 GB sent, 92.56 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.