Memory Pool Memory Pool Refreshing

3,620 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,870 (747,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,565 160,565 0000000000000e39b731decdf4c4bc73a0777a73cb469a92aa9d8826964fb513 0.01 MB 53 0
160,564 160,564 00000000000008a46939101843455698114b204a2da1117eef057e57ad27de8d 0.05 MB 129 28
160,563 160,563 00000000000004c607bfb93581d8a60e28c06420f097758926f88c12c83d76e8 0.00 MB 8 6
160,562 160,562 0000000000000963dc736ebf45aa8a5e45384cac326c019a4304781631a50174 0.00 MB 12 309
160,561 160,561 0000000000000de36bfb694d7891504ca13742ed1a2af8d9488d8fcdce041d47 0.01 MB 28 225
160,560 160,560 000000000000080147590a02cb306b543fab1a77ec402550e4fc9f30ebb2120f 0.02 MB 53 243
160,559 160,559 000000000000030595ae6eb1859d0467b63c18676b0a359b80963f189895d5e7 0.00 MB 8 121
160,558 160,558 00000000000008f1b5a6e2a9331207a6341a1e052b7ffc25813ed0f5fecc2a5c 0.01 MB 20 142
160,557 160,557 00000000000000a04f8f19e34dc329aa44982dcad4f0e027404ad69bd26017e3 0.01 MB 32 49
160,556 160,556 0000000000000a0c04739116352b51c93d6288f4ff32b6cca59a052d6c99dfcd 0.00 MB 13 13
160,555 160,555 000000000000022c2bf531bf3c8840567a15e9d41aa2eb680e95675d440250ff 0.00 MB 1 0
160,554 160,554 000000000000035af870709977a8ce9a19ed1f822e9d0f047e4fa2759e7892ee 0.02 MB 41 247
160,553 160,553 0000000000000cd7edf21866b8805230df23bb4f81b4b7eef1fb4b4c069f6f54 0.02 MB 45 33
160,552 160,552 00000000000004d033d788b3c65f8405b0f0936907299424a6d611f7515f2ead 0.00 MB 6 77
160,551 160,551 000000000000090154af622326edc41d16d79237f20a03398372d17d0ffc573f 0.00 MB 9 0
160,550 160,550 00000000000002454986151e34ab4e8dd076058bbc71cd20e3342ed1ea82ecaa 0.02 MB 49 63
160,549 160,549 0000000000000719fe6882f80f6218e54867fc774a0e57286f7f6043cb198d0f 0.01 MB 17 8
160,548 160,548 0000000000000c706ee3b3c39358cb15a692fcbe054ff0a901fa17c05fbf7c0f 0.01 MB 21 97
160,547 160,547 0000000000000a07cfa8affaa023e4d9ddd71153a40982b1978e5e89fb2d9077 0.01 MB 17 484
160,546 160,546 00000000000008a0b20db2821462ca79ad5c56065721073327e2681316a7432b 0.03 MB 66 81
160,545 160,545 000000000000048dc8e0ea6f9dd6dba423e611b6132babc3211060a354c4efa4 0.01 MB 16 228
Previous 10 blocks ↓
Total Size: 769.30 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,642.66 GB sent, 94.43 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.