Memory Pool Memory Pool Refreshing

3,209 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,859 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (361,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
546,435 546,435 00000000000000000014193d7ee62d1fcb17ab0af20f3f2b97b8ac74a084d33b 1.13 MB 2,648 11
546,434 546,434 0000000000000000001e9ee0657f848f92cece82a9c91b9b99439f1c82fe83b3 1.21 MB 2,810 22
546,433 546,433 0000000000000000001adae19a839416d0affc0e083fe8e628ec13bc2159b5fe 1.23 MB 2,801 22
546,432 546,432 0000000000000000001ed204ac941b866cccb52a6c2334e36a86d5a58a5936aa 1.16 MB 2,102 30
546,431 546,431 0000000000000000000196a03e2ccdd09c097a735780d1fd0cb8f926c8a7b18d 1.21 MB 2,344 27
546,430 546,430 0000000000000000002303a0b8fb6b5485fa40362b8f4a7ae4b8bf0046ea6d8c 1.08 MB 1,421 31
546,429 546,429 00000000000000000025ec0d906ba3e293047001f84515d7aacc96fb97ab73bc 1.01 MB 675 65
546,428 546,428 0000000000000000000823bca31129c123c0f4631b6db87dc6149b306a41f665 1.21 MB 2,624 44
546,427 546,427 0000000000000000000731fa60bde13d6367b27c9b0a20ba7a3bc9e6c30c6a30 1.19 MB 2,798 18
546,426 546,426 00000000000000000009e8e2f9944b4db5f8471b72b3e5354de94ada17b8d803 1.02 MB 1,554 14
546,425 546,425 00000000000000000017a7c7ab81f9f296eeab528de8438569ee476923c57221 0.91 MB 1,142 9
546,424 546,424 00000000000000000002ce1c006d279d371adf28382d1e1656f0e7baecd3ef14 1.24 MB 2,312 19
546,423 546,423 00000000000000000000dd9b9203f79b6a5462c59c0cfa36ae5137a1f7ff1120 0.00 MB 1 0
546,422 546,422 0000000000000000001a8d274b3e7c6fad455cc0146e4544d2f93814fe536e24 0.79 MB 1,140 12
546,421 546,421 00000000000000000010da1bfb178c101198bd6f6f9deb9894473275e731239e 1.57 MB 435 1
546,420 546,420 0000000000000000001ce3e3ca6d8a4c0abc27b540e075fd3e6fddb3bb4678cd 1.11 MB 1,053 11
546,419 546,419 0000000000000000001636ca210543d31d70d8928333da00ffd70b8b816aa696 1.21 MB 1,934 13
546,418 546,418 0000000000000000000e1d575d3bf7600c4cfc0fdfd826142169594021190a7a 1.33 MB 1,134 5
546,417 546,417 00000000000000000000c484b5f0194d71a6ae4f9ed629de710dac9d639e283a 1.21 MB 1,919 6
546,416 546,416 000000000000000000066bb38a4d2a7c2f743ba8a7b7298808943e1915c9b3dd 1.14 MB 1,953 3
546,415 546,415 00000000000000000012ebec13e6c87501027c318895ba25c4723c59f5c550af 1.11 MB 2,429 5
Previous 10 blocks ↓
Total Size: 769.05 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,627.45 GB sent, 93.12 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.