Loading Tool

Explorer IconExplorer

Memory Pool

82,756 transactions
32.43 vMB
0.07358114 BTC
Random Selection Loading Transactions
Max Size: 191.85/200 MB

Candidate Block

Mining Attempt 8278170f6c79b298249594fda8963db91a203e7c76ed0ca9996df91d3fa4af62
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root eae9591ba90287c2da83e4eee8ede2aac08c8bae5a706b60993a65faff2ad5c3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,076
Size: 1.00 vMB
Total Fees: 0.00763957 BTC
Feerates: 203.60 > 0.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (302,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
612,085 612,085 00000000000000000013d7eaa59dcadcd12350b60b7d5a5072f1233670fea9ca 3,099 1.00/1.00 vMB 25
612,084 612,084 00000000000000000003422ea9570143484a2b43539352d68a8d520834927963 2,506 1.00/1.00 vMB 21
612,083 612,083 0000000000000000001436ef3cde30ec9af1e40bc8b19596251d28c04975c5a1 2,084 1.00/1.00 vMB 21
612,082 612,082 00000000000000000011057c714761403cdc11409fa909fc6450af295705210c 2,740 1.00/1.00 vMB 37
612,081 612,081 000000000000000000063477843b593574763bbda4e20700915a0672787c1c0b 1,840 1.00/1.00 vMB 12
612,080 612,080 0000000000000000000f53a68b06bac48e2e369338eec3b9f42443d5584579a0 2,545 1.00/1.00 vMB 18
612,079 612,079 0000000000000000000117a8697855fa1fdeab3404d2115eaca8bd9a212d6f08 2,966 1.00/1.00 vMB 28
612,078 612,078 000000000000000000026b8baa29c935e570387cc4bf0086f5fc85c2d2844308 2,327 1.00/1.00 vMB 7
612,077 612,077 0000000000000000000ed49b5554bd0eb7615362d35b1d4751d53b7e0c5dbdd1 2,686 1.00/1.00 vMB 25
612,076 612,076 000000000000000000044b8fd8ea96a9d0bd95d223bd3117bf8306fd554ed1b5 2,568 1.00/1.00 vMB 10
612,075 612,075 000000000000000000014200e0a240ab78b5c05ddb9db66a081b88a8c768e8d8 2,860 1.00/1.00 vMB 23
612,074 612,074 0000000000000000000236c662298c5e23509e0573f8abc1220abd978acb1cdd 2,970 1.00/1.00 vMB 41
612,073 612,073 0000000000000000001345d730a03a583a477cd080630fa96ed8587260b3d787 2,731 1.00/1.00 vMB 17
612,072 612,072 0000000000000000001013b4c17f6567c63a51620a22e1016c4dca858e572eef 2,781 1.00/1.00 vMB 21
612,071 612,071 0000000000000000001188ef604f15023d80b4dfe6982d01dfb958e2a360e0c6 2,761 1.00/1.00 vMB 25
612,070 612,070 000000000000000000049318c1331dcc54cbae1e1c880fbfd26341f84a78e9c3 2,851 1.00/1.00 vMB 26
612,069 612,069 000000000000000000134eded584eaad5afeb08ecc58831c187621c44a0ee952 1,495 1.00/1.00 vMB 27
612,068 612,068 0000000000000000001163f8f70623fc73083f449b41690e84184c8ab335d4d5 2,797 1.00/1.00 vMB 29
612,067 612,067 00000000000000000012ba66c72496547946b7dbd0b750e85137c7e60ba9aff6 3,292 1.00/1.00 vMB 32
612,066 612,066 0000000000000000000be808bb5e3d4369f038c7edda265a6a52c6d70888c288 3,267 1.00/1.00 vMB 32
612,065 612,065 0000000000000000000d0fd2dd98ec6295e98d8bc2f03e7b353e091f7d15b1a6 1,621 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.29 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: 657.23 GB
    • Received: 14.50 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.