Memory Pool Memory Pool Refreshing

4,354 transactions
1.27 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
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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,558 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (674,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
233,470 233,470 00000000000001777ab3ba7fd44d87facd1c2c6a62106718970e841a39c2c314 0.21 MB 469 168
233,469 233,469 00000000000000d93af9ee3028ec3a85b73016b67dd375582cc577166a0f5585 0.06 MB 91 77
233,468 233,468 00000000000000522ba7825255dfa2ec680792eba8c87980f2107174600ba7b0 0.18 MB 418 156
233,467 233,467 00000000000000fc8cbd9ff8539f8bda7db4359e84c878aace5044ff9fbda23f 0.15 MB 177 71
233,466 233,466 00000000000001485e6982d833b078e84a0ca08dcd253d1101a95583d9a28468 0.03 MB 44 139
233,465 233,465 000000000000010ecb26ff3c84a36eee43f20b423c9e73dab45c041179ff9ce5 0.24 MB 52 47
233,464 233,464 0000000000000103e26986943bd773bfdc4434036bb50c3ee184f5200b935cf4 0.23 MB 564 189
233,463 233,463 000000000000011764060f0c99055fb4ad78ec8d7a7bb5bb3b6b5f2454cb508c 0.16 MB 127 76
233,462 233,462 00000000000000dc995382c64d260a75fa7913b56a743d45a987c2c0146f8247 0.21 MB 244 128
233,461 233,461 00000000000001ab67311ff43710440622b3d80799667049f004f55ae301b3bc 0.04 MB 103 187
233,460 233,460 00000000000001a4b9b2e1e6b1626b3aa80add431bbd631dd6b21abf8ed94658 0.17 MB 368 150
233,459 233,459 000000000000014fc2d0b4f507b954dcc309aeb0a94d2b9ef31cfea5baf7e7cd 0.10 MB 216 175
233,458 233,458 0000000000000055089978a035efaf43a651e3810226d7bdc9098561f5b9afa4 0.15 MB 233 112
233,457 233,457 000000000000009d7b7860f772a7dcc34ebb9bd8f4c2ff45ff4c6a1c2a218595 0.06 MB 110 39
233,456 233,456 00000000000001d9d33a48961894495643ef213bcb44f4a8eb88f14d374a86f4 0.24 MB 563 173
233,455 233,455 00000000000001a0f577e747c9fc7c48ebf00965ff84654025c9a3db08a6e830 0.10 MB 220 182
233,454 233,454 000000000000013a325ed43492b3d8efe5560d631adbfbae411eaf9e0ee0b046 0.23 MB 476 174
233,453 233,453 000000000000006c62d5daff98388ccd952fb9f49f2a17ef99d1f34448fa4961 0.21 MB 482 162
233,452 233,452 00000000000001b1e92f32de356faa962c5dd95c9e33352eeb292314009f3d12 0.15 MB 181 6
233,451 233,451 0000000000000047af82825c9f849be106b4b2a5b9dc1b40faf89c49eee197e4 0.25 MB 384 91
233,450 233,450 0000000000000137ee332c08b2651016646a5ccafa4b2fdc3f15d14117ee0e35 0.37 MB 884 178
Previous 10 blocks ↓
Total Size: 769.31 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.76 GB sent, 94.48 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.