Loading Tool

Explorer IconExplorer

Memory Pool

43,453 transactions
26.59 vMB
0.06380882 BTC
Random Selection Loading Transactions
Max Size: 139.84/200 MB

Candidate Block

Mining Attempt b05c6688a5de49de512df178f005dc10f328b49893846d1cd5dcef53c2a39551
Version 20000000
Previous Block 00000000000000000000474abf3fcf62d8e89483dbbfc4091cc0a57225296f17
Merkle Root 9e2f0db5a4062eba1a150117a4520dbf9f0b1fec401dba7cd192ad236baad59d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,517
Size: 1.00 vMB
Total Fees: 0.01501834 BTC
Feerates: 200.71 > 1.51 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,728 (112,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
802,700 802,700 00000000000000000000b7bc9f8edfa8684aaab75f56f08e4be732d0e9be42eb 2,768 1.00/1.00 vMB 15
802,699 802,699 00000000000000000000a26b83f53db1961cb4620c2bec5a03d3fb94e3e356c1 2,169 1.00/1.00 vMB 14
802,698 802,698 000000000000000000034381dde8970bebac55f0e47cf734b1cb5af666660c6a 2,034 1.00/1.00 vMB 17
802,697 802,697 000000000000000000003d61ca6e8dd77def7c74d2a8b005933d4336c0c8f882 3,163 1.00/1.00 vMB 29
802,696 802,696 000000000000000000028de11eb6c07f5e01e98896c41c73d7221816315bc764 2,905 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 781.91 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: 645.83 GB
    • Received: 12.78 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.