Memory Pool Memory Pool Refreshing

5,849 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,682 (579,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
328,042 328,042 00000000000000000f03b8e30a2d62869e8c29a29e4e946966452a47ffc583c7 0.26 MB 365 18
328,041 328,041 00000000000000000b8ecf48a6fc41a36629d2b31158697bb7795550d5cb9861 0.08 MB 256 50
328,040 328,040 000000000000000010102deaeaf7283c3841f5c98ac9f4d5f084880219f44d0e 0.26 MB 556 30
328,039 328,039 000000000000000013cda38a1c380acabf742bdc9c209836128150f0f43a7590 0.16 MB 252 26
328,038 328,038 000000000000000010d40fd99702e735f6c7e8b0f027e12cfabfb1f3a58a6038 0.17 MB 271 26
328,037 328,037 0000000000000000001c0a62e0cfb2d128093c1126a9d7574326ba20affdfc1e 0.23 MB 377 27
328,036 328,036 000000000000000011da22cfca9b3efccc68cd52dd1cfaebe5854ed298838bc5 0.02 MB 38 26
328,035 328,035 00000000000000001e61c6ac3043dbd65a57964059bd2112fb81e5000e3a80e2 0.03 MB 54 26
328,034 328,034 00000000000000001d00e0376e0ed5ae0da1d6dcc5ddb27a3c5d679bece91597 0.06 MB 124 26
328,033 328,033 00000000000000001957bb65c5632bcc3eac5d20fb691b335d70f88c4c6315ac 0.06 MB 101 28
328,032 328,032 000000000000000010c55c3345ed4b64fae9c1a975db86f8922a82b0c2877008 0.27 MB 553 29
328,031 328,031 000000000000000007ec25a172cd417dbb68639a492e10b9c5e69fc8e728bbe1 0.10 MB 175 25
328,030 328,030 00000000000000000a808bc699574ee7a307b4ad6dbfcda7dd7642ce0259b402 0.24 MB 304 23
328,029 328,029 000000000000000001571773f2ea5ed2fa1428f3bb9e2474a2d1cba6625a0be4 0.05 MB 74 7
328,028 328,028 0000000000000000025fbc18890df785366c47cbd6d098233d00a521b42256ba 0.17 MB 197 13
328,027 328,027 000000000000000014de306fe7d5af0ef4fb9e3ae023324072f1bc0a276b1edc 0.75 MB 1,764 33
328,026 328,026 000000000000000000cb9f72f675980fac5ae86f38858f0e04337c59d5367b33 0.18 MB 350 29
328,025 328,025 00000000000000001d4faf130ca4c12373a63362f932f8167000f0a1ef7796fe 0.23 MB 457 27
328,024 328,024 00000000000000001c82c8182c58c95543cae70434db22cedc802bd04ea3a7b5 0.21 MB 389 38
328,023 328,023 000000000000000009feabac423186e6df47d28dd878e7b47d1d5b8cc7644c0f 0.01 MB 40 30
328,022 328,022 0000000000000000139267ebc3060b70b8eb5b204f49eec2908ddbe38787e13c 0.17 MB 326 28
Previous 10 blocks ↓
Total Size: 768.95 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,614.14 GB sent, 92.55 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.