Loading Tool

Explorer IconExplorer

Memory Pool

79,151 transactions
29.31 vMB
0.09734693 BTC
Random Selection Loading Transactions
Max Size: 177.17/200 MB

Candidate Block

Mining Attempt e9c8e92829bf47cd035ae969fe6455e60db17629776e5f3a11894cb46822fd22
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 1151500ce9b67e5a764a21db210c2daec92300d66b07925bf350ac56f71f7be8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,302
Size: 1.00 vMB
Total Fees: 0.03522159 BTC
Feerates: 150.62 > 3.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (285,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,803 629,803 0000000000000000000bc7a5e21731d1cde75a44e28372a776cb9c6ccbbf2a9b 436 1.00/1.00 vMB 8
629,802 629,802 0000000000000000000093a1dc1693a8ed728b9951d5b5906a89e6088086783c 2,782 1.00/1.00 vMB 47
629,801 629,801 00000000000000000003628c56d834228ba909b89b763ab50140ee5f2ccd97dd 1,135 1.00/1.00 vMB 18
629,800 629,800 0000000000000000000e63fb31ef3f0cd7ae25286e59b27efa4e641a91849515 131 1.00/1.00 vMB 2
629,799 629,799 000000000000000000057426339a56152fa7fd5d94736f6b4cc5304bf237524c 2,524 1.00/1.00 vMB 60
629,798 629,798 000000000000000000075da48849db7c52d5b4124a0679e5781557389a18fe8d 961 1.00/1.00 vMB 13
629,797 629,797 00000000000000000001500501d04b163f24b500fd17142fbece95d3c9c5c497 2,947 1.00/1.00 vMB 58
629,796 629,796 0000000000000000000b93c26c4b5dc6bd9b334db00a9c326c26a7af61bd2936 701 1.00/1.00 vMB 12
629,795 629,795 0000000000000000000e05f4e28370355b227dd3853b120d5b5d612a81d5fe2f 2,125 1.00/1.00 vMB 40
629,794 629,794 0000000000000000000ba55ee3438fa510517acbdd0e689fb4d16abc62e3bbb9 2,167 1.00/1.00 vMB 43
629,793 629,793 0000000000000000000e46b5edd2ec7cdbef1ba2d489e96482d2baa708f37379 1,684 1.00/1.00 vMB 33
629,792 629,792 000000000000000000111b91f9efd35b01c797d041d19936a0878f2c168c4a5d 822 1.00/1.00 vMB 17
629,791 629,791 00000000000000000002f0fd02d44a331b28df1f0ab4b757d9e11b12f5f03afe 809 1.00/1.00 vMB 9
629,790 629,790 0000000000000000000f151d49078eb1f7ca059a5b50f53ca553fef7cf53d714 2,307 1.00/1.00 vMB 48
629,789 629,789 0000000000000000000f7c47e40906608407960b304bf6fa39464de8d658ea43 2,992 1.00/1.00 vMB 64
629,788 629,788 000000000000000000048e807540c64b92a25efaa3f18b9810014db243b30154 2,587 1.00/1.00 vMB 53
629,787 629,787 00000000000000000006b5607e1f75d2e710a7397a8f7a6f52fe799f710974ca 616 1.00/1.00 vMB 17
629,786 629,786 00000000000000000007c0cb28fc72412479b990468e0dac8de5494ebf87f3da 2,486 1.00/1.00 vMB 26
629,785 629,785 0000000000000000000d4af0dddea997f5936c28d5707bd6b3d5a94be260fc2f 1,760 1.00/1.00 vMB 54
629,784 629,784 00000000000000000006783b1866d7c807a89a2fe2c9b1f57dd51307a9e8a568 1,128 1.00/1.00 vMB 66
629,783 629,783 00000000000000000008f33985ad3e167c93449c74ff9b1b334ad2a26c687e9b 1,216 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.