Loading Tool

Explorer IconExplorer

Memory Pool

42,545 transactions
26.74 vMB
0.05438672 BTC
Random Selection Loading Transactions
Max Size: 140.56/200 MB

Candidate Block

Mining Attempt 7e3885bad540beb1173e519730116c769351cbdf85bc4ce04120b8a2035ac9a3
Version 20000000
Previous Block 000000000000000000010403244fbca82ca36ab106bf72d752ba7a12fe1ad3cb
Merkle Root b8d852cf01d474902848e21bbf4c528e86f76add03c2d1b5ba3b31b20cba7cb9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,324
Size: 1.00 vMB
Total Fees: 0.00474943 BTC
Feerates: 40.21 > 0.48 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,919 (304,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
610,827 610,827 0000000000000000000065ce07077a1b2ea8f8035c9b0f5282489c1be242284a 1,088 0.33/1.00 vMB 7
610,826 610,826 00000000000000000000e6743970d6ac2947c2b94afc90550b54ebad22850944 254 0.07/1.00 vMB 8
610,825 610,825 0000000000000000000c8e0b26e668efd36dc1953b357a66990a1121aec9ef3a 2,674 0.93/1.00 vMB 7
610,824 610,824 00000000000000000000b9ab1b416d4e07c395fa76145d9d4a4ac6528061c5ce 260 0.07/1.00 vMB 16
610,823 610,823 00000000000000000008dffb89beaa8233e763d8a0b1e27f978b78e748224c07 1,767 0.53/1.00 vMB 8
610,822 610,822 0000000000000000000986c7ef32e80ea13e8a4f73b1a5a3c343a43c7f68e6bd 1,243 0.40/1.00 vMB 7
610,821 610,821 00000000000000000010f22184e5ea649d0f40693f775eaf47ae9f87ba080e7d 1,882 0.93/1.00 vMB 2
610,820 610,820 0000000000000000000d475d9bb2f479c33e26677bb99d3113b02effee740fcd 2,923 1.00/1.00 vMB 11
610,819 610,819 000000000000000000113af6cc099f36c1f0d1edb5061fe1aea45b20d17dae90 2,650 1.00/1.00 vMB 10
610,818 610,818 0000000000000000001573d2f4c14c206a39953b7bb3725ba3bafa66e6a1dd9c 3,053 0.95/1.00 vMB 12
610,817 610,817 0000000000000000000ff1cf20075afd0df2a52288edd20a7d1cd8a51ca3e32a 378 0.11/1.00 vMB 13
610,816 610,816 0000000000000000001341c66826968af28e942c999a7e563feb566cc9c7495d 1,669 0.58/1.00 vMB 2
610,815 610,815 00000000000000000004280af65a3fedac5f3f5af03c70695640a3bb05a5f76a 3,133 1.00/1.00 vMB 16
610,814 610,814 0000000000000000000bd55f5d69d8917d72ffa97dcc2049eaada4cf04e14807 357 0.12/1.00 vMB 5
610,813 610,813 00000000000000000009b871f7aaebc2fdd65dc5f02967ec68b15e83930f25d9 882 0.24/1.00 vMB 10
610,812 610,812 0000000000000000000d5f9f772f6330861c9b7aba995752c01a65c41f691e50 2,833 1.00/1.00 vMB 5
610,811 610,811 0000000000000000000fd5312f88bf93c883e660ad2371d4fe842ce78840be8e 3,159 1.00/1.00 vMB 14
610,810 610,810 000000000000000000056752f17f9b9df51f4182400819aae340e6dca3880e1b 836 0.28/1.00 vMB 7
610,809 610,809 000000000000000000094e1d80304c2b35e3c9f4b24d1f4d41eb25ec49b69874 268 0.07/1.00 vMB 11
610,808 610,808 0000000000000000000b127ba28f353c5072a46dd33b854d47912c4e56dadec4 1,357 0.49/1.00 vMB 7
610,807 610,807 00000000000000000005b9ed189765cc72a4f77d670a847846b7837e73cc64eb 589 0.18/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.24 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: 655.26 GB
    • Received: 14.28 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.