Memory Pool Memory Pool Refreshing

1,153 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,705 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 1,119 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,704 (455,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
452,019 452,019 000000000000000001efa20737eb635e90925e096cb8ed50f766811e51dc2af5 1.00 MB 2,250 126
452,018 452,018 00000000000000000086ce14ad3bd6e69329c1350d5b10b67e068605342f99d6 1.00 MB 2,237 142
452,017 452,017 0000000000000000021a0892594691ac2b0378b340e59e8bc5c88fd93c9c69c6 1.00 MB 3,263 76
452,016 452,016 00000000000000000130f5012eceb29b40271a8c6cfa4dddc0f0cfd7e87ee49c 1.00 MB 2,492 142
452,015 452,015 000000000000000001790d35acb00ab494fec6903e5960b99fddfa7e1a9937d0 0.37 MB 1,045 67
452,014 452,014 000000000000000000cef6d12e7a23b4b9223d822c3bbfea9182ff26df83950c 1.00 MB 2,175 87
452,013 452,013 0000000000000000023291cdb8ebe2617b94041887dfd5a0fe2397257076ddcb 0.00 MB 1 0
452,012 452,012 000000000000000002135b54892ebb6ff156a62a422cb078f460aa72590431b3 1.00 MB 1,549 115
452,011 452,011 000000000000000000a836e2afcbbce3e107dfa0eb62840358a14372388634a7 0.63 MB 1,341 135
452,010 452,010 0000000000000000023d91be397c623f3e5f250eb2b0b955ee489f1c8a341e9d 1.00 MB 2,306 164
452,009 452,009 0000000000000000017dc2a0787218539be61a06f161eca237f0f5391671ef72 1.00 MB 2,971 95
452,008 452,008 0000000000000000005a4089eb15946f4bd47a0b2c06f645ed7a80606ce206d5 1.00 MB 3,738 67
452,007 452,007 00000000000000000271483fa7bda5c4132dc21befdd3543afbe0d2df6efceeb 1.00 MB 2,531 127
452,006 452,006 0000000000000000027a2641625fe63962a5cec8a7550390d0ed53ed4844a675 1.00 MB 2,537 130
452,005 452,005 000000000000000002299faf680f92015cf7891d8e68cc75b72a12a4dc55bad3 1.00 MB 3,059 98
452,004 452,004 00000000000000000061907cfb85ca7810a9e195fe8a471a5c9db6db1974f16b 1.00 MB 2,893 87
452,003 452,003 0000000000000000017c40a6322077d76a4036f0df750cbe2e0ebf36a3e5c658 1.00 MB 2,735 182
452,002 452,002 0000000000000000007d242f77b6688a1edcb97ff726bd8dd8868a02ff78ab7a 1.00 MB 3,312 94
452,001 452,001 00000000000000000073757a2d9faf9428f81aa5a89c2d99a6330b2be87c1b01 1.00 MB 2,615 98
452,000 452,000 0000000000000000028e5a6f102c472d27b303dabe6f0e49ecf2774fe18e6d74 1.00 MB 3,096 98
451,999 451,999 00000000000000000152e2387a050e1153ee5f2bd3e424009b8c2e2c5460c0dc 1.00 MB 3,109 92
Previous 10 blocks ↓
Total Size: 768.99 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,616.58 GB sent, 92.77 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.