Loading Tool

Explorer IconExplorer

Memory Pool

46,958 transactions
29.04 vMB
0.10224021 BTC
Random Selection Loading Transactions
Max Size: 153.00/200 MB

Candidate Block

Mining Attempt 0ec89b4a217156660ce93df2f6af87eba2da783322e6542ca2526288c9d463d9
Version 20000000
Previous Block 00000000000000000000686bed0627151f22dbb88dc97c9a06af7e0389956d6c
Merkle Root 1e47354720afd79488948548ac2e5b59826a380766feb64e45979a478eaf397c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,895
Size: 1.00 vMB
Total Fees: 0.04336430 BTC
Feerates: 101.65 > 4.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,260 (791,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
123,224 123,224 00000000000037150cf1f694d69f8a31601546c9d6bd8b00122129b5d1102f3c 6 0.00/1.00 vMB 596
123,223 123,223 00000000000062d127fee63bdd4e34482c2469bf05f65840a8edce2487532e3d 1 0.00/1.00 vMB 0
123,222 123,222 0000000000004ed204c48e57fa51e75f25cfecd7ac64aa1bec6808aaf26e666b 11 0.00/1.00 vMB 295
123,221 123,221 00000000000026760cb33796e0090d1060174df69425509f17d721f3415e97b5 44 0.02/1.00 vMB 575
123,220 123,220 0000000000000f669dfab4b2308cb3be0bb14a3b463e06ff6608335411ad4eac 22 0.01/1.00 vMB 0
123,219 123,219 000000000000234ec3b0c2b53e34864cab2b9b2d1bd9fbc55b7475c5022c5803 4 0.00/1.00 vMB 1,976
123,218 123,218 00000000000026cfe32159bee4e75e2769acd1b0220a8b29c1d773d58c56875d 6 0.00/1.00 vMB 204
123,217 123,217 00000000000054eff5c7336c9a397b6b5c72a5b57488bc0eee42b49128db0e5c 3 0.00/1.00 vMB 2,195
123,216 123,216 00000000000067ffe2c0d81ef9221290fe571a308c6dc378f509fce7026d6be7 25 0.01/1.00 vMB 488
123,215 123,215 00000000000010fef9f1b6531b07a175c90c3cb0a699e3705bd937a1c97645c3 10 0.00/1.00 vMB 319
123,214 123,214 00000000000056920f547538b12314c637d44bf445cdb0942aa3a8c01d709297 7 0.00/1.00 vMB 0
123,213 123,213 0000000000003db6064665ea78f94465858d6d8edd42fdbfeb8ce4f8a06e12e9 11 0.00/1.00 vMB 0
123,212 123,212 00000000000021f443d94fb494c4675383e368632fb4a7ed7f79606353bb9c7b 33 0.01/1.00 vMB 260
123,211 123,211 0000000000003fd67ecfdcd499ed6c4e9fb6811aa3cf4c0bcf12ec0f83edb5ee 6 0.00/1.00 vMB 1,596
123,210 123,210 0000000000001fa664ba8ba54eed7e1d74fe6be371484e311527528ab816f46d 9 0.00/1.00 vMB 0
123,209 123,209 00000000000021134092c0c34902a4fec669d13906f354a52b1263ba7ed8150f 16 0.01/1.00 vMB 570
123,208 123,208 000000000000526d7b6395a06944537c58b62973bfe85fd425ccc4e66ec1a44d 46 0.03/1.00 vMB 1,161
123,207 123,207 00000000000068146a4d41a5f5286b1ed315d24c829d71722a2f2adc69a38cfd 10 0.01/1.00 vMB 408
123,206 123,206 000000000000040bab64c93e5711e895bbfd6878a4eadf01732af00eaab9d5ef 96 0.05/1.00 vMB 920
123,205 123,205 00000000000041ccd58d3995b88b3d2683eaa61041b99763b3c886b94c249e91 9 0.00/1.00 vMB 1,217
123,204 123,204 00000000000030caeef64b665accd73be9303daade8395c3b2b92896cdc9b140 13 0.01/1.00 vMB 849
Previous 10 blocks ↓
Total Size: 781.05 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: 577.65 GB
    • Received: 8.64 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.