Loading Tool

Explorer IconExplorer

Memory Pool

68,245 transactions
26.01 vMB
0.06394216 BTC
Random Selection Loading Transactions
Max Size: 156.55/200 MB

Candidate Block

Mining Attempt deb4e4238134a08230be36c5efb37aa76b299bcf5392e19cfd16f4b35bf33a4e
Version 20000000
Previous Block 00000000000000000001881901747f7b83d2a7844250e592443653337344f01e
Merkle Root 566d25ec87f5aaffadee93d7fc1d0daec1bd2f34770a7b94d1e4e2241ac17bfa
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,432
Size: 1.00 vMB
Total Fees: 0.00887941 BTC
Feerates: 60.05 > 0.89 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,503 (809,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,610 105,610 0000000000025c767300d47c8416dd71fee61b112700544a9c5b88b842f34a94 2 0.00/1.00 vMB 0
105,609 105,609 00000000000198568214de81ce15dd0b8efe1c25396d44f8f8d9ff0dbf0fea1e 1 0.00/1.00 vMB 0
105,608 105,608 000000000002e8be4d9ae3cbe6b363a9b4f3f65e8efc0a521e5588c08906e5f7 2 0.00/1.00 vMB 0
105,607 105,607 0000000000026e9228543c2dd7417947ccb55b9a618842201c76ce4fc156ee4d 2 0.00/1.00 vMB 0
105,606 105,606 00000000000297ce72c0f5e101dbc6f53f49b3eb694240021b369bb503a55afb 2 0.00/1.00 vMB 0
105,605 105,605 000000000002bd28a33109f409cea1622cfccb0ddbd0482918c8dcc71422c68b 1 0.00/1.00 vMB 0
105,604 105,604 000000000000fc978a87b6f02fafda939d535e34bf281a505406cb47cc9e74ee 4 0.00/1.00 vMB 0
105,603 105,603 000000000000a01f44311c800d2472c40be6703a2bf2c58daf968c3f6b7b1cfe 6 0.00/1.00 vMB 0
105,602 105,602 0000000000008c2e47e6c79b8e5be15fc1be9713d2a1084d3eef61663b7ee393 1 0.00/1.00 vMB 0
105,601 105,601 0000000000006f88c4e8f766cf5ecddaf40caa9d9e18fd898d1a9a82e2520273 4 0.00/1.00 vMB 1,031
105,600 105,600 000000000000235e6e18398a65cf3b46ef7654a2bcbc135fd5666b96af5e561e 2 0.00/1.00 vMB 0
105,599 105,599 0000000000007bf44b54055a99d1650a39950d8b2035802a0d7af3725cd72585 2 0.00/1.00 vMB 0
105,598 105,598 000000000002956b9e935efd219d87c10a4861de265e66e65769a3f348e30b61 3 0.00/1.00 vMB 0
105,597 105,597 000000000002aeb3af71fd5fdbd1d4a3605c646e5528c44d6e50ccb398942107 2 0.00/1.00 vMB 0
105,596 105,596 0000000000015ff9c99981c20c52e1f8956c43514081a055beedd106ab9ff425 3 0.00/1.00 vMB 0
105,595 105,595 00000000000015511c023cf9447cc8951f027ddfa6eecd5fc342ca1bb3986047 1 0.00/1.00 vMB 0
105,594 105,594 00000000000144733727a178256b677a08a0f1535216cd1f4d6ccb5bea3c8c29 4 0.00/1.00 vMB 0
105,593 105,593 000000000002ba2bfbfb837380cd5d07bbd20dd3dc82f29667862633c69dca2b 2 0.00/1.00 vMB 0
105,592 105,592 000000000002ed9cacd309a15098985f96f4a152e1d81223a2fd1a3d393484a4 3 0.01/1.00 vMB 0
105,591 105,591 000000000000c884bc36ba1fa4ad25d10cb60304524e9d3c8a69f2f20991d0f2 10 0.00/1.00 vMB 0
105,590 105,590 0000000000024887b6c38464ed631583f4c4a464458273f16b19223c189fec90 5 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.27 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 764.93 GB
    • Received: 19.21 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.