Loading Tool

Explorer IconExplorer

Memory Pool

45,665 transactions
29.05 vMB
0.13902808 BTC
Random Selection Loading Transactions
Max Size: 151.34/200 MB

Candidate Block

Mining Attempt d27cd81e90037f7df6a5d1cd92da5298f3423780e995d6ea6005719562ddb50d
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root 23db7f21dc95e41c38031014089f3f5698cf9a39884e7721492877deb1165552
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,827
Size: 1.00 vMB
Total Fees: 0.04194800 BTC
Feerates: 150.75 > 4.20 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (601,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
312,774 312,774 00000000000000003162d71f4b0e49e4b6998e233c331fcff5697b3ad4cc93e8 360 0.21/1.00 vMB 26
312,773 312,773 0000000000000000339de2922c8d427397703bd33a92db901479be8147e094b1 60 0.03/1.00 vMB 23
312,772 312,772 0000000000000000132662198e6e82697d521d5366bf07ad66e2b01d853deb70 922 0.72/1.00 vMB 20
312,771 312,771 000000000000000020b22899084f853dbc8e08e14b651754f733dee7ad03b067 1,117 0.35/1.00 vMB 46
312,770 312,770 0000000000000000141621bd1ad83aef9d52f8722f697356ec6fba38d6bd1e12 534 0.34/1.00 vMB 28
312,769 312,769 000000000000000001a8f902d7b3227c725dc5eed46d6640eb5827d6804e91bf 768 0.43/1.00 vMB 26
312,768 312,768 00000000000000002b3f78e5a04eee9573a7de1e7fb963a31b4a98b99864ff0d 1,542 0.75/1.00 vMB 30
312,767 312,767 000000000000000034f11e918addd933f242285cd74ac20a41dd72132074a96f 290 0.16/1.00 vMB 27
312,766 312,766 00000000000000002fdc12303f63658e4b89882227064d0dd4f6df35700bedda 462 0.22/1.00 vMB 29
312,765 312,765 00000000000000002e44b11d1d57b6efaa656f3c8d0d455baa1a99da24c53a15 284 0.14/1.00 vMB 34
312,764 312,764 00000000000000002b584572b8fc54aa06cdda4c3b8081c5e54cf676581bd375 685 0.48/1.00 vMB 28
312,763 312,763 00000000000000002616f96e5241517230c38ea7c80bdf439721f3663147de0b 956 0.73/1.00 vMB 22
312,762 312,762 000000000000000032b3fbc5107261ca4b976165bf79f9c67eeed0a647985266 1,212 0.87/1.00 vMB 26
312,761 312,761 000000000000000005482522441fae4fdf6e05dad41ea6f7340d807144825e83 1,017 0.68/1.00 vMB 25
312,760 312,760 000000000000000031392a374f3249e215aebba5770faac71da0ac9e62906b74 391 0.28/1.00 vMB 22
312,759 312,759 00000000000000000fae57336c778e6aa8281bc6b7051e356a2c5c664973ced5 89 0.04/1.00 vMB 18
312,758 312,758 00000000000000003a3a4a76cf3dd6654dc48e91055f722758376e5635720b35 479 0.39/1.00 vMB 24
312,757 312,757 0000000000000000018cea110b4d6d355a300dea18dc63982fc336f215466309 182 0.12/1.00 vMB 24
312,756 312,756 000000000000000010347b023b61230673908431269cd7ad79c657135bc431d4 17 0.01/1.00 vMB 50
312,755 312,755 00000000000000001247306e5e83d752099f91404c11767e243ba1c1fdc56229 804 0.54/1.00 vMB 25
312,754 312,754 00000000000000000b6e80ed417ac7f5db3e3ee86e444172d1f1fb74b47022b8 120 0.06/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 781.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: 645.03 GB
    • Received: 12.65 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.