Memory Pool Memory Pool Refreshing

8,654 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,961 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (650,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
257,158 257,158 000000000000000b1e939217483c2a0f4094b2d0b4386ed834653398bb332633 0.04 MB 81 21
257,157 257,157 0000000000000028bb0f047a68d4ae109fa53c89ad549cea865696b33b73dca0 0.21 MB 476 108
257,156 257,156 000000000000001251a61e27df1d91473bfc2deb096aea726de540f282aaa18f 0.21 MB 558 119
257,155 257,155 0000000000000019c647b5e057028c29153f0939712d23f27a2a42baad29b425 0.17 MB 379 70
257,154 257,154 000000000000001159caccf9efa95cc7ccfc50d8f6fd068faaaa6784d7c2663c 0.25 MB 509 129
257,153 257,153 000000000000002cf7565a24d87250331affe1c86c2eac7ef941eb2066355a0c 0.07 MB 149 99
257,152 257,152 0000000000000021834ddf2691fc6ced8fe21f3c89389b4687ae70642030fef4 0.11 MB 266 124
257,151 257,151 0000000000000026eed6c90fa76ec34121e34bcfe9c0071d263cbc04980f2bef 0.23 MB 322 24
257,150 257,150 00000000000000308e98dc0223f7870e573176664aedeb9d547f786b9e75d549 0.25 MB 578 148
257,149 257,149 0000000000000018cfdcdc1572bfb07e54a09c162280ff1f7a1d52c84b4a35cd 0.22 MB 579 95
257,148 257,148 000000000000001d92fcfe1c7753b43f1d994326477728f08e26afdc2190764a 0.25 MB 600 146
257,147 257,147 000000000000002108d582653b3761150f445b967edcdd452521136f9a36d82e 0.15 MB 326 102
257,146 257,146 000000000000002d3cf6ec36c8a13480b5d1c0484b88a4d9c373855dfefa063e 0.07 MB 168 139
257,145 257,145 00000000000000130b8f43866c056e87fb1f5182ab9ebe9d0672b89856ae4ce9 0.04 MB 93 36
257,144 257,144 0000000000000000b2db53a12250333a93705b08a4b693ff592a264be572cfe7 0.27 MB 644 120
257,143 257,143 000000000000001e9d94e5fe37b32c1b94e0f9c1c86d9d42a0e6a46406864cd2 0.12 MB 357 85
257,142 257,142 000000000000000d5da13c7138d71245b43867ecf3e3e408728666c260ccd9ff 0.29 MB 729 123
257,141 257,141 000000000000001ad52a14b38104fae98c22251b1538cfd143bc61f76ba4ef6e 0.10 MB 226 31
257,140 257,140 0000000000000002893471cbcc43a3d0867a386e8ebf2b9ddb6690c622b87a45 0.25 MB 634 134
257,139 257,139 00000000000000057457124637e588916b76da7a32a30b605eaa37ef4abb074c 0.05 MB 125 34
257,138 257,138 000000000000000b7f1451b59e42c49c1dd3bc8a2eb5f28972068ea3ef26c179 0.20 MB 441 98
Previous 10 blocks ↓
Total Size: 769.04 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,626.68 GB sent, 93.07 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.