Loading Tool

Explorer IconExplorer

Memory Pool

31,543 transactions
28.37 vMB
0.09271296 BTC
Random Selection Loading Transactions
Max Size: 137.97/200 MB

Candidate Block

Mining Attempt 9dd107aee4c4b5b356a8e13af7ef46832ae237e77b072b7ca06f4cc3caec41b7
Version 20000000
Previous Block 000000000000000000002676d478c9574914ed77bfeec47951f2c436b01119ac
Merkle Root bc122ade598ce56b3e1184afe80cb2b0ed2f2c5ecdff1f841e81de0319eb6dd3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,093
Size: 1.00 vMB
Total Fees: 0.03152034 BTC
Feerates: 1,002.40 > 3.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,494 (464,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,128 450,128 0000000000000000027c8b2a554031214394400ad44edb33e2b0f9b4bca4154b 2,535 1.00/1.00 vMB 104
450,127 450,127 000000000000000002194c02013c9176c698f80c99072e4575d1123892977433 2,704 1.00/1.00 vMB 71
450,126 450,126 000000000000000001b60a9d38830879a693ca84d5cec9d5c7f02cffc498a3a0 2,191 1.00/1.00 vMB 80
450,125 450,125 00000000000000000081516d75a2d684dd8f4b4f3e598fd095a85ce979df553e 2,557 1.00/1.00 vMB 103
450,124 450,124 000000000000000000ffe0eb1a4782561983690e2340c545570513baf989f36c 2,142 1.00/1.00 vMB 81
450,123 450,123 000000000000000000a25352f72cf1580a4ce2ad05af71fea2926db92eec4355 1,805 1.00/1.00 vMB 89
450,122 450,122 000000000000000000c63a3bffb7b74ff133d96fabb7fec9209c404ae6fe3d8a 1,469 1.00/1.00 vMB 96
450,121 450,121 000000000000000002baaed807eed009cc73598f3ffa3a06910c0ece0c560cfe 2,421 1.00/1.00 vMB 128
450,120 450,120 00000000000000000028023728f16be679e9c958adeb243530ed2490d897121f 2,373 1.00/1.00 vMB 87
450,119 450,119 0000000000000000005afadaf841440d94e1713082a962848a978c52e8adf197 2,356 1.00/1.00 vMB 69
450,118 450,118 000000000000000000d048a21a0527927b46b1806db8e93aaedecf39dfb9c296 2,583 1.00/1.00 vMB 106
450,117 450,117 000000000000000001c23319bec0677fb77d378ce9e060808b0fddbb3ed352b7 2,046 1.00/1.00 vMB 87
450,116 450,116 000000000000000001e158f6add18a0f63ee22a0e530fd722cb0a0c9c35ac4ab 1,912 1.00/1.00 vMB 72
450,115 450,115 000000000000000000a5f38bf55e51bd39e29ede623b9410680d4212ff74c3f1 2,238 1.00/1.00 vMB 101
450,114 450,114 0000000000000000019b9f21a23e1f93256f91e539e4c09c27542a2f5a0156dd 2,403 1.00/1.00 vMB 129
450,113 450,113 00000000000000000182ba86301dfaa68b4a1ab8dfea65aabbf2b7ac8759e45e 2,271 1.00/1.00 vMB 80
450,112 450,112 0000000000000000010f701accb00be37e28b73d738ae03570f2cce3dd227b94 1,742 1.00/1.00 vMB 103
450,111 450,111 000000000000000001e5316d6a18eaf1380e4bab624c899ca449a5748325c6d7 2,401 1.00/1.00 vMB 124
450,110 450,110 00000000000000000288d647dc61daecd370432d7f352dd8e5e87c3f3f53be57 2,105 1.00/1.00 vMB 79
450,109 450,109 0000000000000000013bd562d19b08acc4477b404e7ba30bfefe364c8012413b 1,888 1.00/1.00 vMB 60
450,108 450,108 000000000000000002cb43a9593f8c2963552c6d747824c32d57e864e3eaf4a0 2,572 1.00/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 781.49 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 611.92 GB
    • Received: 10.93 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.