Loading Tool

Explorer IconExplorer

Memory Pool

73,877 transactions
27.31 vMB
0.06586890 BTC
Random Selection Loading Transactions
Max Size: 166.74/200 MB

Candidate Block

Mining Attempt ff08d428df3ec6d5c8882ba44525923aad216d4f5b7fec023d54b019ff4cc2d7
Version 20000000
Previous Block 0000000000000000000189a5f20e878121d89bc785969cccc1ec619f95e896c3
Merkle Root d87c11279ee3d01bb344c0fbd7a77d656a48d4dc37da469591ca7957545295fd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,497
Size: 1.00 vMB
Total Fees: 0.00781912 BTC
Feerates: 73.20 > 0.78 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,281 (184,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
730,584 730,584 00000000000000000009570355b688a63a49e5c88c552734bae63e2fadf39e39 3,073 1.00/1.00 vMB 8
730,583 730,583 00000000000000000008cd62d2dc741f513f92006dc2cc2a0fd696b60467e460 3,151 1.00/1.00 vMB 11
730,582 730,582 0000000000000000000232dbe9088f2a6796b23fd486986cfe0dff5f6cdadd83 3,381 1.00/1.00 vMB 9
730,581 730,581 0000000000000000000377c2c61b26a6583e1e50f115d1d7fb9089fa4012b9f2 3,488 1.00/1.00 vMB 11
730,580 730,580 000000000000000000079d009aee70b7fd317388a1e0013dfd6f4937e4aa6b53 2,819 1.00/1.00 vMB 12
730,579 730,579 00000000000000000009d64f1d5e6174d8eb1346d239b4ef88380756d1b18b20 2,085 1.00/1.00 vMB 14
730,578 730,578 00000000000000000008bff3dbb33a9682f4d598281c1fbd701f16b29d78691e 2,712 1.00/1.00 vMB 33
730,577 730,577 00000000000000000001d5578c772ef1eaad7a002a261998301eb557b359c0cf 2,752 1.00/1.00 vMB 7
730,576 730,576 000000000000000000030768e43a8179dfb275288b24b08c70d9a26531aa1fdf 2,841 1.00/1.00 vMB 10
730,575 730,575 000000000000000000079f1ffb1aaf4faa3cc3c6b08ebe9feb54e82d33b1eed1 3,200 1.00/1.00 vMB 14
730,574 730,574 000000000000000000042996dca861b774540d7ababd1102944b4ebd19e35398 2,937 1.00/1.00 vMB 9
730,573 730,573 00000000000000000004fa25371e40ac3c82ec7fa9d0a9d8acb69e4528c8bfa0 3,406 1.00/1.00 vMB 14
730,572 730,572 000000000000000000048b6dd2e2e87f2b43d63afecac8fffc832db65ea6ef4e 2,852 1.00/1.00 vMB 9
730,571 730,571 00000000000000000000b984b272fb323bb02e05416c963e6862f008d1177d87 780 1.00/1.00 vMB 3
730,570 730,570 00000000000000000008d98044aac9f43978894037f6555ce05549c549f322a0 1,042 1.00/1.00 vMB 2
730,569 730,569 000000000000000000087a297c8fdc3e4ef31549b1886e4c39e7a61270369dc5 3,411 1.00/1.00 vMB 6
730,568 730,568 00000000000000000009540d01d5753ec67ec2a2c9b1c8bb6fb90c942d6a727f 3,012 1.00/1.00 vMB 13
730,567 730,567 0000000000000000000370287735845bc2528cf8f5998fda0ab3ac04337ba25f 3,021 1.00/1.00 vMB 5
730,566 730,566 000000000000000000059cb9af53f034ed9063d5e56a3a639cc226f21191b8bd 2,978 1.00/1.00 vMB 14
730,565 730,565 000000000000000000048ed7b899ad6a028efd611c303129a076032c8706727f 2,371 1.00/1.00 vMB 5
730,564 730,564 000000000000000000015e61e8747d714395195aa16f2df1a82db254320e6145 2,969 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.88 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: 713.23 GB
    • Received: 17.33 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.