Loading Tool

Explorer IconExplorer

Memory Pool

82,664 transactions
30.45 vMB
0.12243840 BTC
Random Selection Loading Transactions
Max Size: 184.25/200 MB

Candidate Block

Mining Attempt 5e49bc8dd9a7a929be3b439df561329bbfcb6854ddbbf32603a0126f289ce5fe
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 1647dbcec27808147aef98b401b1ea9ad709ee9a1be88a8755e4fb140e31c160
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,114
Size: 1.00 vMB
Total Fees: 0.04323308 BTC
Feerates: 150.85 > 4.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (504,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
410,605 410,605 000000000000000003b87b7277aa1223c2ccf73e3ef993c688a7467013c211c4 1 0.00/1.00 vMB 0
410,604 410,604 000000000000000000f66a77a8a3ac7f2610c9a9f8cb4c6b726659daf0fd8817 2,501 1.00/1.00 vMB 39
410,603 410,603 000000000000000001427749a4eb0f13f135c3354b86268db5974a867a1d643a 1,213 0.50/1.00 vMB 37
410,602 410,602 0000000000000000011cf3cdfbaec3f6d36c14477338a1ac686135b44e1bface 812 0.45/1.00 vMB 28
410,601 410,601 000000000000000002ed8596f321cfe488a8c63e18501b44507001e74377957e 1,590 0.66/1.00 vMB 44
410,600 410,600 000000000000000000daae1c2661d3e7feff651a787b671775e80b5bd10b7c84 1,063 1.00/1.00 vMB 27
410,599 410,599 0000000000000000051b4845ed79421f04f5fb6b6b2cdef8ec0ebbf88007e1ab 1,691 1.00/1.00 vMB 30
410,598 410,598 00000000000000000379d8127beb0f42c22c56476306f850d721c32a59a99c4c 1,673 1.00/1.00 vMB 32
410,597 410,597 000000000000000001194d5fe62e70c5bd2f837138bd0e10438be580fc97c0ce 1,941 1.00/1.00 vMB 42
410,596 410,596 00000000000000000066304373a41184b126c81c571f05bdcd089ec12cfe1f5a 132 0.06/1.00 vMB 35
410,595 410,595 0000000000000000029d36f974026dcacfdecebd7696080e74cbde0c197b2f48 170 0.82/1.00 vMB 9
410,594 410,594 000000000000000000f5efd5b9936ce6992b4f9cbfbc8ae2d2b4a5bf7f39ec76 955 0.99/1.00 vMB 24
410,593 410,593 000000000000000003b86c3a66bd13afa58c4c3c34d67fa8c6eadb8fa7200a6c 2,322 1.00/1.00 vMB 41
410,592 410,592 000000000000000002d1111d62526b890e77746a4f8d57b111d43ee1f13c9009 1,721 1.00/1.00 vMB 34
410,591 410,591 000000000000000002f81bc80c8281bb7107d30f1f189314a742607033036e8e 1,562 1.00/1.00 vMB 28
410,590 410,590 000000000000000003cf6672bafa7da17ccdf27476e84bce59c4bc9b60fbcd83 2,162 0.99/1.00 vMB 32
410,589 410,589 00000000000000000050f014f816f04c55590ab065ab6465f217a4bd13869a97 3,315 1.00/1.00 vMB 58
410,588 410,588 000000000000000005b766b6824566cf8eecdc10952393bf5c3dbed91a7041aa 2,183 1.00/1.00 vMB 41
410,587 410,587 0000000000000000019a87c5ee1faf261ea0835659419dba9d20284fdc6a91ce 2,622 1.00/1.00 vMB 35
410,586 410,586 000000000000000005d607fea818705f6d99676c1f678184533551915cbb6b27 3,235 1.00/1.00 vMB 63
410,585 410,585 00000000000000000145d848314d2fdbb6b826694b3db4d34397d7bd54d4d24f 1,586 0.72/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.63 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: 672.37 GB
    • Received: 16.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.