Loading Tool

Explorer IconExplorer

Memory Pool

85,921 transactions
22.62 vMB
0.06189067 BTC
Random Selection Loading Transactions
Max Size: 153.46/200 MB

Candidate Block

Mining Attempt 064d43131389c5a1a280713f8d1deb67cfed89d8f7fbceb920b888f227539406
Version 20000000
Previous Block 0000000000000000000119c12c86f10c227b8457640bfa27bc19af6672280397
Merkle Root e6c6f0a10cac3f8b323d08931e6a1ff1c89e58277b3888fcc994e3380b462200
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,062
Size: 1.00 vMB
Total Fees: 0.01163874 BTC
Feerates: 65.35 > 1.17 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,865 (789,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,124 126,124 0000000000000e846ba5602e3e50fb57e85bdbe2af4730cdcfc8c28d53b93e4a 11 0.00/1.00 vMB 355
126,123 126,123 0000000000003755b1fd885c800b73dbabf67a406cfc9a76d017e920d98ea70d 10 0.00/1.00 vMB 923
126,122 126,122 0000000000000103629579ff4e44a2624eec004daf7887c6f729f85e7b34d69e 23 0.01/1.00 vMB 492
126,121 126,121 00000000000014b2cae87c695e794a244128ceda15a24160b0d1508dfe582a0c 63 0.03/1.00 vMB 41
126,120 126,120 00000000000028025160f93a346241946ac5af08ca74c7ff7d9ea0ab204ea5f7 39 0.02/1.00 vMB 733
126,119 126,119 000000000000383bfef16b54253b63571331f397b7425000f1fe61ba689b5429 8 0.00/1.00 vMB 595
126,118 126,118 0000000000003cc17830957e7f779b5555a9f6de6cd51946f90a3e0ff532b477 29 0.01/1.00 vMB 174
126,117 126,117 000000000000188ad87e95f86695b96218fd0e09a4d6eebbb989747eeb19955c 19 0.01/1.00 vMB 2,688
126,116 126,116 0000000000000da84afc6ba6ee8f652aa330345413cfffc8eb6fdfff93a4e4e0 15 0.01/1.00 vMB 1,557
126,115 126,115 0000000000004241d4907e32158a4aaaa6e8268b08904875da8ae000514babf9 4 0.00/1.00 vMB 1,351
126,114 126,114 0000000000001db11306e17e2db39d3e78667169c49c20828b13ba13bf178b5c 12 0.00/1.00 vMB 338
126,113 126,113 0000000000003e5f6e5e5d4efd2ce52c2283517275ca8e7eea6b800fbcb9d40e 29 0.01/1.00 vMB 972
126,112 126,112 0000000000002f6464bdb3a9e759830a209f8062ed0b414c28ae607a11e64864 4 0.00/1.00 vMB 1,084
126,111 126,111 00000000000026523bedf2b2472d24512f095087986ad892c08db56f686a60b8 13 0.00/1.00 vMB 0
126,110 126,110 0000000000000f11161c7eae4b8e4c0c4ff8f16e0ee730049cf6d5b590e1c409 11 0.00/1.00 vMB 1,012
126,109 126,109 0000000000001edba6862aa5c065430a0ee5ce7257f6dbadb7be19c469a25f38 1 0.00/1.00 vMB 0
126,108 126,108 0000000000001f7ea1874cd689c32ca479b765a7a8e0a13e5d2eea1c84a3d751 21 0.01/1.00 vMB 0
126,107 126,107 00000000000003b941528ad3bb2f3931b846b14e5922a31a0ff3b4b8cddc77d0 32 0.02/1.00 vMB 496
126,106 126,106 0000000000004487a0916707ae597b00abf06ca0c81a7c4580ce5c3455343498 27 0.01/1.00 vMB 1,134
126,105 126,105 00000000000021a41d088f4e1ae71bd3f95f81434104672927670fee405e2071 10 0.00/1.00 vMB 34
126,104 126,104 00000000000038b20d26adef77589c7d835dc81bf6af8cb3dcc13513f9a8f394 11 0.00/1.00 vMB 280
Previous 10 blocks ↓
Total Size: 783.87 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: 794.81 GB
    • Received: 22.05 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.