Memory Pool Memory Pool Refreshing

627 transactions
0.20 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,789 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 621 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,788 (859,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,495 48,495 000000002196c33dfb9cc93de652b045b695b3d5bf20b47b6d88b06ec3c5ad62 0.00 MB 1 0
48,494 48,494 00000000160683af160181d63e3ba4c6be161dcb6fb824997e21cc0d4d7b531b 0.00 MB 1 0
48,493 48,493 00000000285c985df40c56971d89df351e1c47672485cda71b9d899b9206ef50 0.00 MB 1 0
48,492 48,492 0000000015a34a5ef318df6a6e5f76b9b0c80e0af2fbc9f0e7a0ba4c02600b45 0.00 MB 1 0
48,491 48,491 00000000279ca1c0d53953601468e05894c52f703e6828677bab7d4de7f60b94 0.00 MB 1 0
48,490 48,490 0000000016695365ea789777b4e3fe0b9691f4837f9528bf3022090f889ddee8 0.00 MB 1 0
48,489 48,489 000000001b1a160c1a108226b5f28038d792f29bd37d3c74ecc5b774c7827eb4 0.00 MB 1 0
48,488 48,488 000000000cdf114e9a3fef0195a090591432fd529ec9b15fd4ba9d0440ea22ee 0.00 MB 1 0
48,487 48,487 0000000024d8e1baaa645a631a4d79c1d279c162f2676e8f1658fbf906055a52 0.00 MB 1 0
48,486 48,486 0000000003c60ba87e23cb219bd3fbca6b8bf10db0af81d4d5f0513d4b56ec81 0.00 MB 1 0
48,485 48,485 0000000029b99829f554e409f3b5e271a8f743bb5608195d1541f1548f69ccf0 0.00 MB 2 0
48,484 48,484 00000000290bdbb91912d6e536fa14066d651f19baf28113d995ca0a64350bce 0.00 MB 1 0
48,483 48,483 000000000c1e5ba7130a215317fb15dbef7798811ec294cd0794e5ff3e2b71ec 0.00 MB 1 0
48,482 48,482 0000000001f0a7aaee05a42e873c85e03dd087fa2a6de488aa15d90d9e79ca8a 0.00 MB 1 0
48,481 48,481 0000000000a6c974d9e96bab0c4dbc687756221310f534807934d88a4180af9a 0.00 MB 1 0
48,480 48,480 00000000293ee534ff9fde3f7b6ca64a193d6e6c49a1814a5d9331b14f3d4f54 0.00 MB 1 0
48,479 48,479 00000000151c4c8696c67811355bbb2cb6fc21a08a815564cfd886bd7da73532 0.00 MB 1 0
48,478 48,478 000000001a8f2d4f017640d00b82f54b98047d792a7fec8e581a9d4c55b5cadd 0.00 MB 1 0
48,477 48,477 0000000027cff6b33263866ed369c9828454906e6bf71b9260616a28f9ae820f 0.00 MB 1 0
48,476 48,476 00000000187aee5240c029053dcc320a351e5e3e0dfb89c5775dbf806b9b87c5 0.00 MB 1 0
48,475 48,475 000000001cf5a0e10d1604135c42faec84f0a0594c404e5c6de1d7bd269c643f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.14 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,632.14 GB sent, 93.60 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.