Loading Tool

Explorer IconExplorer

Memory Pool

72,426 transactions
27.95 vMB
0.06492485 BTC
Random Selection Loading Transactions
Max Size: 165.71/200 MB

Candidate Block

Mining Attempt 9154c183c5adf74c3e4e5aba13688e432a4e27ba698acf8cb18b76994e19a28a
Version 20000000
Previous Block 00000000000000000000a6021cd756592116928201db218641aa213304cf81b0
Merkle Root 8ffd56cfd0811a7f0f5b20f44587c7c791ce512d7cdbdee9026ea7798737d3e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,188
Size: 1.00 vMB
Total Fees: 0.00906040 BTC
Feerates: 40.21 > 0.91 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,034 (733,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
181,653 181,653 000000000000077951b658b98c07c8a1c3fdcaa52feebfacc454d4968f6c2822 512 0.18/1.00 vMB 160
181,652 181,652 000000000000079590bf01d3c7d0934dfe6ae7e851b5241595e35d2a697eac27 118 0.05/1.00 vMB 178
181,651 181,651 0000000000000860eed614a8366ab69605ccf0c2fbbee982a4730ff62af95427 200 0.09/1.00 vMB 138
181,650 181,650 0000000000000453247561ea866f67538a4c0619b846dc8227385ee14cfb72f2 8 0.00/1.00 vMB 31
181,649 181,649 000000000000005d507fa5905c7e15dfc439aa6c46cccd6d6b51e1db487c603c 128 0.04/1.00 vMB 552
181,648 181,648 00000000000008a80d9dac943dc5c27aefb08063990ba5c8be4045ba4a1fcb46 301 0.11/1.00 vMB 133
181,647 181,647 00000000000006872956048eb71249c711130f7b38c991a4f4a1fc62e831714b 151 0.05/1.00 vMB 116
181,646 181,646 0000000000000424bb0d41ce85a17d1f4d1faef623515d576c065fba9d7cfe31 267 0.12/1.00 vMB 102
181,645 181,645 00000000000001745a235d6fbfb6d9ca93e5bdbc943b4ab8a7b1d5d6bb9a8a85 614 0.25/1.00 vMB 138
181,644 181,644 000000000000051ccde161d03719aacc2d47eb70eb494a2bc78b9c1d7c51bc1a 266 0.10/1.00 vMB 157
181,643 181,643 00000000000001691acf3041efcab3ab97272edf95d6b4aa56edf420171e3ddd 14 0.00/1.00 vMB 14
181,642 181,642 000000000000069c37418c3dad63d248f3d83af8c98278cadf5fe2ba2315c6a1 1 0.00/1.00 vMB 0
181,641 181,641 00000000000006660c4eac7b2cd0f1b2ca69f9ea5b0893bce201c62ce1bb5b67 12 0.00/1.00 vMB 0
181,640 181,640 000000000000064dc662b75d15a2eef19fa31f331de1678955efa9bb7279f498 272 0.17/1.00 vMB 85
181,639 181,639 000000000000004e4de7f8f40ea14ed8881fb8e9121ab00e3356a838767f5639 13 0.00/1.00 vMB 0
181,638 181,638 0000000000000850add057c2d175bc4bfa46920d1dc3ca897646bd2b8a514e3c 548 0.22/1.00 vMB 165
181,637 181,637 00000000000009ba4605bbae6530536346e9ecdb55a29c1a689308b03791b3b2 776 0.28/1.00 vMB 277
181,636 181,636 00000000000006c652914bcf4fc97b46642140b2815a87b45edccc21dc0efa15 540 0.24/1.00 vMB 183
181,635 181,635 0000000000000864b8a70647118d7b1a3f160964f8c33ec08c0f530a3fb705d3 8 0.00/1.00 vMB 20
181,634 181,634 00000000000005d8d48c383da0e182a1c466f16d82717c5333aedd3c8a62155f 166 0.06/1.00 vMB 570
181,633 181,633 0000000000000412f1850ffe06d0775edb447601ac08915a5ff314ed97a46ece 134 0.07/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 782.45 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: 666.99 GB
    • Received: 15.24 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.