Loading Tool

Explorer IconExplorer

Memory Pool

32,259 transactions
25.30 vMB
0.08489162 BTC
Random Selection Loading Transactions
Max Size: 126.33/200 MB

Candidate Block

Mining Attempt 42512d5bb582882ac4b379d0aa14b7cdf012e8b5e30a1ca00e73ccf669043e04
Version 20000000
Previous Block 00000000000000000000f9cc9430b1c75cb23484af9e7ec66b0ac92105aa7fbf
Merkle Root 3fdc3e9d69f78b8d50c9746f102e08dc4342fb250bbde3a9af1fce53ab90e1fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,387
Size: 1.00 vMB
Total Fees: 0.03882524 BTC
Feerates: 101.66 > 3.89 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,215 (847,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
66,752 66,752 000000000332ee075797e15ac3680bd1e9de0adf45a8249073991aec4fdbd4c0 2 0.00/1.00 vMB 0
66,751 66,751 00000000019c14cb4f25aba40d3080179e2356840a4d3e36504480a56922ad92 1 0.00/1.00 vMB 0
66,750 66,750 0000000000054251a8230205a9e9f5b33a40015295c113c5e40555c8ed92125d 3 0.00/1.00 vMB 0
66,749 66,749 00000000003165da0ded4a55aa2d65b7b3932c3c76adaa4486daff453783487a 1 0.00/1.00 vMB 0
66,748 66,748 00000000045ab1cf716b026fc327550ee2add7fcaed46baf3b4fdbc0cc061b32 2 0.00/1.00 vMB 0
66,747 66,747 00000000008ec487e23259d71e80c43eac20cee5dec647fce7119b3d418613a5 1 0.00/1.00 vMB 0
66,746 66,746 0000000002629f66527af5da04e1606cb1e969781e8481b69067784734bf2e56 1 0.00/1.00 vMB 0
66,745 66,745 0000000003c98dc01ffce8d5f4d0004c23b614167ae1bb4bcda11d9aac1b2337 3 0.00/1.00 vMB 0
66,744 66,744 0000000000acb5bd4c017a27b369d016db1b07c28ab08b077a838cb5aa35465b 5 0.00/1.00 vMB 0
66,743 66,743 0000000004a45b2e3e3a4a68ea73390fd5fb8caa1a4b8fc4e9c2bff8cb06114e 4 0.00/1.00 vMB 0
66,742 66,742 0000000002f11b767e6ab49de9158fc6eba27bbca6a1f45f1594556e75a3d972 3 0.00/1.00 vMB 0
66,741 66,741 00000000053bdeb12100f5aaa8648614384decf855cbf1c4bc1955e2b0f3f6b8 3 0.00/1.00 vMB 0
66,740 66,740 0000000001860c1d0f4671ea30758a32ed3069250db33281829aa3dd5634078a 2 0.00/1.00 vMB 0
66,739 66,739 00000000047598a9d249ac38e038968964e996cc1d5ec9bb51591c0f890fb309 2 0.00/1.00 vMB 0
66,738 66,738 00000000031e1110ab63da4d94a52c431ac6bc9655623bdea22297b759bde519 3 0.00/1.00 vMB 0
66,737 66,737 000000000206d1c26044ecee9ec237987a258d6574e0888476aa2b9b66e0b9b9 1 0.00/1.00 vMB 0
66,736 66,736 00000000031c903ac8e141f69065789f420caee1cf9fd3851f20641c5bba7125 7 0.00/1.00 vMB 0
66,735 66,735 0000000003848e34a906f14d1529b9a8ee88dda861178323f86fe2b0559ed315 1 0.00/1.00 vMB 0
66,734 66,734 00000000009e58355556defc16243797be9a0af3985e9ca637495f2eadeb38c6 1 0.00/1.00 vMB 0
66,733 66,733 000000000574390489e4553f59f8bf909cb11a2d4e3b8bb98a043b11d9fbe3cc 1 0.00/1.00 vMB 0
66,732 66,732 000000000237c75dd1227c8add38a1d6c395617c61681e8c11dedaaf9ace7362 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.97 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: 574.57 GB
    • Received: 8.17 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.