Loading Tool

Explorer IconExplorer

Memory Pool

38,184 transactions
28.54 vMB
0.06310712 BTC
Random Selection Loading Transactions
Max Size: 144.32/200 MB

Candidate Block

Mining Attempt efdd168598f197c25abed14393eb9b641cdde1c4718191482ab582f05ef51134
Version 20000000
Previous Block 000000000000000000019a77c40282d48b8b439c6b19800056fbbad552052c91
Merkle Root 9f2af4cb11c8fe5264eb67ceb6bd13f326726d4e02abd4de50d69806a1f6094e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,753
Size: 1.00 vMB
Total Fees: 0.00804530 BTC
Feerates: 59.19 > 0.81 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,554 (904,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,706 9,706 00000000da693e2626e038e5467c45d156ae8084285b09ac19b83d3b918a7b09 1 0.00/1.00 vMB 0
9,705 9,705 00000000873b99a25f123d8b09a022b08d4a56a7b220f2b4ffce98c58f4e09bc 1 0.00/1.00 vMB 0
9,704 9,704 00000000aa339ed7cfa279eb35e8ef16fee4f9f328c088f15d648d7ac4ed0a7e 1 0.00/1.00 vMB 0
9,703 9,703 00000000096a6e5a2cf06d4bcd1402b8e49db28f8ebd5f0ba31b9b54d9f7000a 1 0.00/1.00 vMB 0
9,702 9,702 000000005c11d302080373491238d82117b63ba1e2a5d5f2934b8d1b0c8ff89f 1 0.00/1.00 vMB 0
9,701 9,701 00000000d88851f4dedcff7b938afedb0de4723f32ccb96b0222bdf4b8e057a9 1 0.00/1.00 vMB 0
9,700 9,700 00000000e9e87b0295fc0b953f70dd7a4cf96b2f44b02a92f5673065d92336d6 1 0.00/1.00 vMB 0
9,699 9,699 00000000132ba96301789fd490f26e5f0f0b849877f0c3a7e2d2df09dace892d 1 0.00/1.00 vMB 0
9,698 9,698 000000003c0c87bfe19edc6b6896955baf3ba562203870f1737e253aca5b5412 1 0.00/1.00 vMB 0
9,697 9,697 0000000050fee4db745e655a222e46f9efbb70f1f97d78d75903e0ef70540e42 1 0.00/1.00 vMB 0
9,696 9,696 000000002315c8f1c413dbbe1ff7b8125885809255a42980e14307e7b625d327 1 0.00/1.00 vMB 0
9,695 9,695 00000000be6587bddd577a01e3f9da872a694c9fec10bb7a03dea69242e0cb0a 1 0.00/1.00 vMB 0
9,694 9,694 00000000266b7953f54a420faa1394c378a721ad11a825ac5aaa0c025006baed 1 0.00/1.00 vMB 0
9,693 9,693 00000000227da1198cf768a6dd10f1ea2bda67a497f91fce8a20589543baac19 1 0.00/1.00 vMB 0
9,692 9,692 000000003dee36ad533a610769593478dc34e1d25421aa5dff5d9703ff8e57b1 1 0.00/1.00 vMB 0
9,691 9,691 00000000689e9c3fb224713c273e182d63720bc283fe040aee6cadcc5bfc758e 1 0.00/1.00 vMB 0
9,690 9,690 00000000514bd4046890b24a59e4b23ec4a011c09e52d3b65972e93db74abe11 1 0.00/1.00 vMB 0
9,689 9,689 00000000d99c02b3ba9537ea410afef45756bfffe739dbf127e5a64729eb0db7 1 0.00/1.00 vMB 0
9,688 9,688 0000000038806a20908b3504c8357b0a84cd2053d98814e9665959fa9917e721 1 0.00/1.00 vMB 0
9,687 9,687 0000000082069a2b9a9b2428da4fc3cca39b636ca4bfd79abf85016906daca71 1 0.00/1.00 vMB 0
9,686 9,686 000000004191891622f30db0f878e37a050a73a249e097f9d98d41829aba80ca 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.59 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: 623.39 GB
    • Received: 11.45 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.