Loading Tool

Explorer IconExplorer

Memory Pool

44,377 transactions
26.62 vMB
0.06288173 BTC
Random Selection Loading Transactions
Max Size: 140.42/200 MB

Candidate Block

Mining Attempt 1990277837feeee8e3ded860f56f1fede69b46a471e4ae31c9239de3f31f5ca2
Version 20000000
Previous Block 00000000000000000000e80075463d9b649392db1c3f77b6ad92bc26bba09057
Merkle Root f2fc4010df29831b39076c09c6fcc9ba950181f3ee55f68050b29503a71797bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,108
Size: 1.00 vMB
Total Fees: 0.01394668 BTC
Feerates: 83.62 > 1.40 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,761 (112,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
802,721 802,721 0000000000000000000285f4eaacc3ec23791a8162ba9637b641cdfe03e31b96 1,558 1.00/1.00 vMB 13
802,720 802,720 00000000000000000003efdea9bb30bb4f57b99931eb685e00186bf3596551d0 2,737 1.00/1.00 vMB 21
802,719 802,719 00000000000000000004a97c26f788f431aa6461beee46ed1e3872183e581b26 1,114 1.00/1.00 vMB 11
802,718 802,718 00000000000000000001536bc3b7787431c7fd9fd1b3829cd5c1942d8322e4e2 1,637 1.00/1.00 vMB 11
802,717 802,717 000000000000000000045e7cfeae5fb2e1fc383c12da117a838f49a664bd16ef 1,184 1.00/1.00 vMB 18
802,716 802,716 00000000000000000002ec24732d16b2a6978c1db31238ec20338070cb5507da 2,294 1.00/1.00 vMB 11
802,715 802,715 000000000000000000010c1c0aef1f2b07374e2422237a8c62c6032cc4ef760d 2,558 1.00/1.00 vMB 14
802,714 802,714 0000000000000000000218f9f9bb71ee93f63592d6b85c775e6a63800f25e925 3,064 1.00/1.00 vMB 21
802,713 802,713 00000000000000000004e4ce9ce7f1405cb892d70c235a32482a3020c2e27432 3,149 1.00/1.00 vMB 30
802,712 802,712 00000000000000000002d5fe20016122bbc8a31ba060618eb17fcd2a8b58164f 3,367 1.00/1.00 vMB 27
802,711 802,711 00000000000000000003bdf59df42417c191fd8f4e3e651f8ec10a3b2f16263b 2,851 1.00/1.00 vMB 31
802,710 802,710 00000000000000000002e8a5bb36e378c2eb1183d5e92efa46ff0ceee2814c7f 1,946 1.00/1.00 vMB 22
802,709 802,709 000000000000000000027bd368f50824e23b87d5ec449f62e78d65e26e87f7bf 1,190 1.00/1.00 vMB 22
802,708 802,708 00000000000000000003d50a14cc4c21074b921507b6fb9d09ddb79ba480aa14 443 1.00/1.00 vMB 9
802,707 802,707 00000000000000000004f5ecd8fe6a462d4600c05acd6dfbb5725e335829891a 1,927 1.00/1.00 vMB 12
802,706 802,706 0000000000000000000273ba7210b1c4987cd5a19a7f0028fdc5da48e607b61e 2,220 1.00/1.00 vMB 11
802,705 802,705 00000000000000000002418cf7ae90b306a8f8324eee2dd5a7fb8860b9ef8bf5 3,810 1.00/1.00 vMB 20
802,704 802,704 00000000000000000000b517be2f135092a88113b48cf937991d58e1e2ff3ab3 3,256 1.00/1.00 vMB 33
802,703 802,703 00000000000000000004c584b24e8d4c9b19f4647fbad4755f75945f83c01afd 3,426 1.00/1.00 vMB 30
802,702 802,702 000000000000000000028ee5ce3521e91c0ea46beec83b42002536bcc3b184ef 2,539 1.00/1.00 vMB 21
802,701 802,701 000000000000000000031f4edf8f60e494293f08326a79bd277268354fa24f18 2,267 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.96 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: 647.62 GB
    • Received: 12.96 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.