Loading Tool

Explorer IconExplorer

Memory Pool

73,236 transactions
28.21 vMB
0.07229355 BTC
Random Selection Loading Transactions
Max Size: 166.99/200 MB

Candidate Block

Mining Attempt 91fba980304dc7476ba9b63b0d0bf62278e0f9b76e851443596acf9d9c7cf540
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root a346617cf311ae96364f6b415402d601d1f61311885f30dd9f8f6c0b0d26a3c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,161
Size: 1.00 vMB
Total Fees: 0.01587172 BTC
Feerates: 150.86 > 1.59 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (161,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
753,876 753,876 00000000000000000005d9df4de0dc4ac55c8f0844b5164b734f4643db5ca2cd 2,427 0.95/1.00 vMB 9
753,875 753,875 00000000000000000005f1ffb75b8bc172fd2a2304db721fb89c328e3662eeda 2,075 0.77/1.00 vMB 10
753,874 753,874 000000000000000000041fb1468d0bd2eaf71c0e26449232e461913ff60f24fc 106 0.04/1.00 vMB 7
753,873 753,873 0000000000000000000888155452f980ba257ec9e64aada1c724d60c634b362e 1,786 0.77/1.00 vMB 9
753,872 753,872 00000000000000000002fb0e59c723277069b5389aa2df4b8ff6dc8d80da6ad4 1,673 0.86/1.00 vMB 8
753,871 753,871 00000000000000000008bbce689fd8cf90f119eca8986c02cb29956790bbde06 834 0.78/1.00 vMB 3
753,870 753,870 00000000000000000003db2d259b2f0077e6df86c1846eade0008ed7130b4451 1,629 1.00/1.00 vMB 3
753,869 753,869 00000000000000000006024d803eb61a83c8647aab123f3d080e41831d5c3a35 2,962 1.00/1.00 vMB 12
753,868 753,868 00000000000000000002f91eb648b072f50df4f0b3a5fd5ebbd5d387bfd88a0c 1,742 1.00/1.00 vMB 8
753,867 753,867 000000000000000000061a1714a52bc5b6e2bb83c923e7fb65c044380d75643d 1,468 1.00/1.00 vMB 9
753,866 753,866 000000000000000000064ea5bb50f7d1f40b79975a260c35c44160852a49bc43 3,173 1.00/1.00 vMB 19
753,865 753,865 0000000000000000000801ddf9621a2ee1a25213d95af25791228ca611dc01ec 2,053 0.69/1.00 vMB 12
753,864 753,864 000000000000000000024ef740ec7ca8c0f98ca29d576e71e6cc933ad5a7770b 2,705 0.96/1.00 vMB 9
753,863 753,863 000000000000000000003c76d07f4c1fa0a384f93d3ee0b99e09d692a2c3b719 1,610 0.99/1.00 vMB 6
753,862 753,862 0000000000000000000806a53958d13d0ba6bbb69ebd50494233daa1dacd4f80 3,162 1.00/1.00 vMB 12
753,861 753,861 0000000000000000000541b926cf78381e7cbcea5ec24b212b32ce4f976fa166 1,088 1.00/1.00 vMB 2
753,860 753,860 0000000000000000000630dfd0b67242542470c4c2fb1a52ff56a7534bbd393b 3,224 1.00/1.00 vMB 14
753,859 753,859 00000000000000000007d8b94f13b7267855b98aabb0e64eeba1926a81105996 1,748 0.86/1.00 vMB 7
753,858 753,858 00000000000000000006b2d6a95b8d55f56e02a9d515cc34ace0f08efa8b20ee 584 0.29/1.00 vMB 9
753,857 753,857 00000000000000000008c91e24cb70b68c4fe5cb0491c520ab9636555d3f3bae 1,946 1.00/1.00 vMB 8
753,856 753,856 00000000000000000001ec717ae96c91e5bb94665533f05bef64cf5dba796eb3 2,082 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.45 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 666.80 GB
    • Received: 15.22 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.