Memory Pool Memory Pool Refreshing

1,224 transactions
0.40 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,817 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,211 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (434,940 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
472,876 472,876 000000000000000000fa90bd3c1260bfb4a21e1de30ce49aed21768290f3e5cf 1.00 MB 2,459 349
472,875 472,875 00000000000000000072b709f369e2ef5ee002e158de9979258d9e1f9ae9d665 1.00 MB 1,601 251
472,874 472,874 0000000000000000018a0520b3d7721671c082a43cdb8d63b7c1502186ce4e44 1.00 MB 2,355 125
472,873 472,873 0000000000000000008c31a337dd15d4d79bb9427fb4dd2f2b9301f24f9a2b4a 1.00 MB 1,296 255
472,872 472,872 00000000000000000007cf1ce9bcbb6a775a563d1e7325f5578b73fc194f8d8d 1.00 MB 1,476 208
472,871 472,871 0000000000000000002ff9ee5ca24aa6c3248179a830b984c245c9390b0e165a 0.99 MB 1,835 237
472,870 472,870 0000000000000000006c5d796684534c3926b245f5c6b5ff5690614229a7abd4 1.00 MB 2,344 331
472,869 472,869 000000000000000000b036be4c151ba00c1b34b16fe63a43841e9ca906e75acc 1.00 MB 1,838 196
472,868 472,868 000000000000000000bde6d2801cde5ca0268d768532288befa33c692a99624e 1.00 MB 1,965 397
472,867 472,867 0000000000000000004ad751b0de841a2db56d7deb01a5153efaea16641b3e94 1.00 MB 2,186 386
472,866 472,866 000000000000000000e6f3d22c06071f420a77efe88f1c4a0030e84c448d2ddc 1.00 MB 2,081 292
472,865 472,865 00000000000000000073aa84cb344bf5b003807afd19a73877f554f0721cc457 1.00 MB 1,910 262
472,864 472,864 000000000000000000dcce1579b66d30e6daf68a85ff24586321dbbb65d3982f 1.00 MB 2,299 289
472,863 472,863 000000000000000000ff59a64b33d59243526a10b7891a8f73ae32ffc74c1f12 0.99 MB 2,286 296
472,862 472,862 00000000000000000055cd4db607482155154ef2df0321dc78bb5cece7b02160 1.00 MB 2,357 376
472,861 472,861 0000000000000000006080711e6279367b555aa1d284dc8d29ea7ba5d5ada9e5 1.00 MB 2,191 386
472,860 472,860 0000000000000000000a26485b17b050614e743a16e3c8b3cf070f6851e01f27 1.00 MB 1,390 106
472,859 472,859 000000000000000001695ca4937f82616dac469728598c75ff37c802da81d6b1 1.00 MB 2,157 300
472,858 472,858 00000000000000000062588451efe0d8c51482b3a58da92e9cdbb0a1cc57a394 1.00 MB 1,706 252
472,857 472,857 000000000000000000acabb2b4fe09cc88765e8dcc89ed5c16a3178cdb8dab82 1.00 MB 1,411 64
472,856 472,856 0000000000000000002c5e70c2abeabd9b380a0a54a91558094111f3f4758bb1 1.00 MB 1,951 234
Previous 10 blocks ↓
Total Size: 769.19 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,633.70 GB sent, 93.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.