Memory Pool Memory Pool Refreshing

3,981 transactions
1.44 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
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,761 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (606,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,673 301,673 00000000000000004d3df212ff2a65f0aea6a6aa7cbffcb51814873a1b54aacd 0.35 MB 651 32
301,672 301,672 00000000000000006763c8170ef9a6442dde7e54d634ce0a96cb30b338d4aa1c 0.17 MB 176 18
301,671 301,671 00000000000000006e1491f1d31c04b9a9f4343d8a99fdc6b9369fa753891bcf 0.49 MB 729 27
301,670 301,670 0000000000000000083c900f61e5ed4d43d3f2df9acc62e63df1ce0469f31d4e 0.03 MB 50 20
301,669 301,669 00000000000000007b9a1da3b960d898a0721a0d9b95f7789c727465dae9dfc7 0.05 MB 116 33
301,668 301,668 000000000000000046db303d7c1f8923a64906fb15aa098febe2f29881c1ac88 0.31 MB 560 30
301,667 301,667 000000000000000006c591aab332d61a1a3273ccfe8184a8d1bc05943c270bdf 0.12 MB 235 29
301,666 301,666 00000000000000000e1aa5039c04d59c2bdd56809af4c8dddd6330ab6b5fa8a2 0.04 MB 64 20
301,665 301,665 00000000000000003857be16003a3063e5e2c9834cd6f765e6ef633b4d6a13df 0.47 MB 755 29
301,664 301,664 00000000000000004ba8299afb6f1ff95dc4f21db63466fa4d4c988e21bf5727 0.03 MB 82 26
301,663 301,663 000000000000000064e2a7a351e8817da148a07d7ce02370b244ea99dab4d6f6 0.11 MB 212 44
301,662 301,662 00000000000000005de0273caab52945cef385d97d2032c9c9f3329d77f76444 0.14 MB 456 29
301,661 301,661 00000000000000006f04ad7b20be838be933b4106b8b42bd170129fbfce1d5f8 0.09 MB 174 39
301,660 301,660 000000000000000059224753ff948f124625d9b092e72d96c6817b901bf15932 0.69 MB 627 18
301,659 301,659 00000000000000001b398000cfb6c262429e7d6b21c8512442d9eb538afa500a 0.50 MB 1,677 49
301,658 301,658 000000000000000019317158225a4ba8e5807dbfa017ee866a0a7925950213bb 0.03 MB 66 30
301,657 301,657 000000000000000037ced03381bcc66dee6fc39b96511a50566d02cd8c90d6ec 0.10 MB 183 37
301,656 301,656 00000000000000000ddf59c0336c5f5e201c6b02d981cea01fb6c73abd4be2fc 0.51 MB 924 32
301,655 301,655 0000000000000000719d356a8f9f1d8b594df58bd4f68fae4d2d7a37f5fd57ac 0.30 MB 463 25
301,654 301,654 00000000000000002400e460e0b021b50f1dc88b0e1bc7d40624adf3b822072b 0.03 MB 23 22
301,653 301,653 00000000000000007ba7df31cb13233f97f5a8da1d4b5ae51b52971487d5bb17 0.21 MB 350 27
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.