Loading Tool

Explorer IconExplorer

Memory Pool

81,499 transactions
29.99 vMB
0.08948116 BTC
Random Selection Loading Transactions
Max Size: 181.05/200 MB

Candidate Block

Mining Attempt b796e27adfab2c67b13c6f226a301030fed50e9658426829540a630242a600f2
Version 20000000
Previous Block 000000000000000000000566719f650a5928fbb1a01177f015bdbcdec5c3c5bc
Merkle Root 423f524e8ae7afc2984a514f339d80f6bda06cbb4a358ab3aaee61759d0407a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,463
Size: 1.00 vMB
Total Fees: 0.02820372 BTC
Feerates: 502.62 > 2.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,965 (247,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,641 667,641 0000000000000000000ac3bd251de957563a94c67c6d06e7cc4589e0e479b220 2,836 1.00/1.00 vMB 86
667,640 667,640 00000000000000000000ba4a8bea53691bb4dd293369778168942f98c2f009bd 2,578 1.00/1.00 vMB 84
667,639 667,639 00000000000000000002280ff39e276850de4ad39baa81a32bf01074f68bf8c1 2,611 1.00/1.00 vMB 96
667,638 667,638 000000000000000000027a9c96752794dcd4da1fcbe9dd96ad90c7f3419c6afe 1,785 1.00/1.00 vMB 115
667,637 667,637 00000000000000000009d2e3393fd63f85ad82cbcea1f5a5fcbd3856f1368036 2,086 1.00/1.00 vMB 112
667,636 667,636 000000000000000000041608ae62e9de5a82dc0966cc55d466afb86f9887968a 3,000 1.00/1.00 vMB 83
667,635 667,635 0000000000000000000044bd4931491e902be2c01035387ae182f896267880d7 2,687 1.00/1.00 vMB 110
667,634 667,634 000000000000000000044ccc5c83ece73a02d74a54c14a1cfbdb59e54a50b44d 1,596 1.00/1.00 vMB 77
667,633 667,633 000000000000000000039acc51da16b31a03bfb4319c33aecf524e34d1c7958e 3,118 1.00/1.00 vMB 92
667,632 667,632 000000000000000000099fd1996e075d940befe2c684d19088f8d562c9693a4d 2,620 1.00/1.00 vMB 42
667,631 667,631 0000000000000000000c6a143abbedd7a57cd41c605a0d387c2e00bb0e4dd12b 2,824 1.00/1.00 vMB 75
667,630 667,630 00000000000000000008c0536736247afc1dcd5c1df48bbc4701742908cb81e3 2,959 1.00/1.00 vMB 96
667,629 667,629 0000000000000000000d1c28fc6bb9e0e99e9e6118db61bea6199833e7aee39e 2,865 1.00/1.00 vMB 56
667,628 667,628 0000000000000000000c1d8a5d3ee12a8cd6e1ae8d5d16b7afd617998c1d5d2a 2,256 1.00/1.00 vMB 50
667,627 667,627 0000000000000000000a9ba1e01efa8c2f21add6b7dabca914b612281361e21e 2,948 1.00/1.00 vMB 71
667,626 667,626 00000000000000000007aebabdb108a529c1ffb9899abbd5d3b9c5c8c072ff42 2,232 1.00/1.00 vMB 95
667,625 667,625 00000000000000000008d01d16eb9adcebec8b22cdf5c09c2e7caa50d4a4cc94 2,428 1.00/1.00 vMB 50
667,624 667,624 000000000000000000024bdd155556789b5aaa5cfd366b63cb395b12cb3ae0a5 2,901 1.00/1.00 vMB 96
667,623 667,623 0000000000000000000508f8a18b30c8fa256ef229f6aa263bd33569942220cb 2,469 1.00/1.00 vMB 76
667,622 667,622 00000000000000000007b3eef44432e78772c880eb6c062a528a2780fcb8a8fa 1,876 1.00/1.00 vMB 54
667,621 667,621 000000000000000000095cda4c29e620d34e9bf1f103832824be92b4d3b83e4f 1,733 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.33 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: 660.36 GB
    • Received: 14.69 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.