Memory Pool Memory Pool Refreshing

7,922 transactions
3.95 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,172 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (603,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
304,487 304,487 00000000000000000a31f7a50afa7b255f9f6bc53045f9ec860dfa2e90e10a24 0.35 MB 759 34
304,486 304,486 0000000000000000541c86b4a40250e3ef70cf37fa10ed19f931bb59232298f7 0.20 MB 272 25
304,485 304,485 00000000000000003a3f779c483e386faa7432a5a78dc78dbc72a68710a34e4f 0.13 MB 247 32
304,484 304,484 000000000000000059786898a72f1f68d4278d9fbbd2d5fc5295fb19b2101d24 0.23 MB 470 31
304,483 304,483 0000000000000000019e5e109e1d2ef75af9c5c7a360478e9cebaf88d911f9dd 0.29 MB 547 31
304,482 304,482 0000000000000000223d760ea7fb960fac22a354681d105e6e11e8f3ae12a259 0.40 MB 675 25
304,481 304,481 00000000000000003a68ee16d702ca5dd5547fb4aead910a004747cb06241dd6 0.30 MB 390 23
304,480 304,480 00000000000000005c2b23931caef019661cd0744da5a75920e65b0582dc029c 0.16 MB 293 26
304,479 304,479 0000000000000000353cb057e8d9e7f97c422ddfb8aa05cbebc16dd13aca0dc5 0.33 MB 154 14
304,478 304,478 00000000000000004c2aeef14c79af8b7a5c4c05f96e2c3bfabb4e4dd99b0264 0.75 MB 919 21
304,477 304,477 00000000000000001d38f1d94ddf1f4c2a9f2c7b315416ae432e70a52187d3c4 0.35 MB 956 43
304,476 304,476 00000000000000002c8a1e48a242e2edbf1e2e9bc47137083d71e7f6c4a0eb66 0.50 MB 799 33
304,475 304,475 000000000000000049066dab2483c9e069656239f5782da204bd4995bd92c19f 0.10 MB 256 49
304,474 304,474 000000000000000046e8f67e6af143384d02ef9c3196ab21766f305c45273997 0.39 MB 741 31
304,473 304,473 00000000000000004010bfde9f68cc15949f8c6ab9509ffde97ab92998f3e748 0.19 MB 337 27
304,472 304,472 00000000000000002e29fc859a51e93d6192904a14359855d996fcaecc4d3d4b 0.16 MB 249 27
304,471 304,471 00000000000000004491ae6c4b220aa66966ee657daad072e5b7eda6e970806a 0.13 MB 169 22
304,470 304,470 00000000000000002ceffc571c43df2bc5d20e1f13ae182e6eab2d17ca42d33b 0.31 MB 458 25
304,469 304,469 000000000000000000ba4c13edb8aaa6474eaf998ae5175d0fcf8224827f2737 0.01 MB 18 37
304,468 304,468 00000000000000005660c5aa933651ad68c88a7d1a92ba84fa76adcdac1ebd72 0.19 MB 355 31
304,467 304,467 00000000000000000abdfbec928d4ec2324a4082cb3e5517aebaff6cbf053142 0.15 MB 215 22
Previous 10 blocks ↓
Total Size: 769.17 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.43 GB sent, 93.81 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.