Loading Tool

Explorer IconExplorer

Memory Pool

79,944 transactions
29.57 vMB
0.06584780 BTC
Random Selection Loading Transactions
Max Size: 178.44/200 MB

Candidate Block

Mining Attempt 0cc4adafe0c795e52ead815e242d5f045de10480f0196695e1e34ab986f04f23
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root f68ab8301c5e4ea9352f421477db758d461f85426fb25e2067e732db2b3b7a73
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,465
Size: 1.00 vMB
Total Fees: 0.00578573 BTC
Feerates: 40.32 > 0.58 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (484,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
430,508 430,508 000000000000000004468c72eca7e796806563663f65f319f85f74136dc30846 1,790 0.83/1.00 vMB 76
430,507 430,507 000000000000000003ea61b8a4e093dbcd48a3035b96513bc7360adf764ea108 2,013 1.00/1.00 vMB 49
430,506 430,506 0000000000000000037535002d2eae6c601cf68590d6c0544c50e2d6b308478d 2,178 1.00/1.00 vMB 53
430,505 430,505 0000000000000000000664f66331cd8f4b887fa595cd38f110df1b5cd5c73d20 2,566 1.00/1.00 vMB 81
430,504 430,504 000000000000000004aec864dc74b1d032dc3feb3795a4be2a85d8c2ac31c935 175 0.09/1.00 vMB 56
430,503 430,503 000000000000000001b10398e94072185da60d145ac44573de3040ba80cee119 1,082 1.00/1.00 vMB 27
430,502 430,502 0000000000000000023c8c1d3f5f5a7770b8c405295f26a31164c2ff9f6c0671 2,582 1.00/1.00 vMB 68
430,501 430,501 00000000000000000464920f8e384dc7fc4868bccca197407870474f00e6961d 1,527 1.00/1.00 vMB 34
430,500 430,500 000000000000000003bb5d1a89129aa6ba8f7ff8b32cdc8dbbfb04898007cbc7 2,533 1.00/1.00 vMB 80
430,499 430,499 000000000000000002b6809e1e153ada43ca3edfe03a95dc1f5e88bd1c1e9e13 1 0.00/1.00 vMB 0
430,498 430,498 0000000000000000021ac9e7f31d8b24aa7e4e5dbc190b1639a3f2245564f082 2,581 1.00/1.00 vMB 57
430,497 430,497 0000000000000000021ebbd5ccc8eaae6773a9cfbf6f16c272107936a390bcb3 2,870 1.00/1.00 vMB 88
430,496 430,496 000000000000000002c124f8ab570a44c15db3a8d8b87e7d8f89cf5a4585dbaf 708 0.28/1.00 vMB 65
430,495 430,495 0000000000000000019caadd9ba2d123745ad40ade0dabf6be059c0aa6c0bb32 1,066 0.70/1.00 vMB 46
430,494 430,494 0000000000000000007a167f80de0098a16aa766fb5711201238a75001ebc0da 2,260 1.00/1.00 vMB 66
430,493 430,493 0000000000000000046025131d00f3e0d107c359481dce3491caccc32812290c 1,710 0.88/1.00 vMB 56
430,492 430,492 0000000000000000030cf498a01b0e427c7dfdd74bbbdc94ccdf9be0d9db92a2 151 0.25/1.00 vMB 18
430,491 430,491 000000000000000003507dbb0978a8a48fa31261397cb3f071ce0b803caa69f6 519 1.00/1.00 vMB 16
430,490 430,490 000000000000000003c9c4fa0aa233c4434eff462aa4104982fb109a4e58bce0 1,985 1.00/1.00 vMB 51
430,489 430,489 00000000000000000221cf003cce03aaf15b74df541a08bf956de959bab348e4 2,593 1.00/1.00 vMB 74
430,488 430,488 00000000000000000245c5e9050e2c95ba16e80c91af01c333ff5bf4b75fe0a1 1,498 0.70/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.33 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: 660.37 GB
    • Received: 14.70 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.