Loading Tool

Explorer IconExplorer

Memory Pool

36,195 transactions
26.52 vMB
0.07696880 BTC
Random Selection Loading Transactions
Max Size: 133.95/200 MB

Candidate Block

Mining Attempt 568382194d61782bbf49dc9f8fa5619a18000de438849713d70ef1aa433bb3ab
Version 20000000
Previous Block 000000000000000000019295710f8a15d7ccdc5181b926c5589975b7b7550f48
Merkle Root 4dfa06714e5d92b70cbfcb49691e382d5c0bbbbe434dcc92498d318e7ce3af46
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,525
Size: 1.00 vMB
Total Fees: 0.02257912 BTC
Feerates: 480.77 > 2.26 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,210 (847,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
66,731 66,731 000000000516f4479c9be3e36adc6a02302d1a88db89282bd850827d4cdd6dcd 4 0.00/1.00 vMB 0
66,730 66,730 0000000002d37511addd1020f45fe16ff840b4d8bceed90881561e635e38979d 2 0.00/1.00 vMB 0
66,729 66,729 00000000047f8e72a68bcd65ff89f536e60825b4a5d9cef11bac1bb499567833 1 0.00/1.00 vMB 0
66,728 66,728 0000000003a9b5e99070e6d9de07e5581c497e8b6a455e0e25d34fca9c6b3fe7 5 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.96 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.03 GB
    • Received: 8.13 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.