Loading Tool

Explorer IconExplorer

Memory Pool

44,085 transactions
26.55 vMB
0.06137586 BTC
Random Selection Loading Transactions
Max Size: 139.99/200 MB

Candidate Block

Mining Attempt 283b90c73c18bd1b0c96ebe2235b6bb9dc23072b40b40a4c07de9e134b139d93
Version 20000000
Previous Block 00000000000000000000e80075463d9b649392db1c3f77b6ad92bc26bba09057
Merkle Root 85a4c3ba762bc9ce239abdc6298e64022b42e1e38be4ba6c92e1e3bd71f81a71
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,281
Size: 1.00 vMB
Total Fees: 0.01262751 BTC
Feerates: 83.62 > 1.27 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,761 (439,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,761 475,761 000000000000000000279f0b46bc568b4f4b9f67c61e72c7a2cf99c14f64cd66 1 0.00/1.00 vMB 0
475,760 475,760 00000000000000000138f7d349078b22135aaa230c9e62d56b68e5abbfbf8417 2,070 1.00/1.00 vMB 169
475,759 475,759 0000000000000000018145dcf005be98c4b8b6c032981985e7d7c24b3014af7b 469 0.40/1.00 vMB 21
475,758 475,758 000000000000000000f0c74570e6a8b55505044bae761b052882ecad01c27880 1,707 1.00/1.00 vMB 48
475,757 475,757 000000000000000000eef404e7feaa311e9705c666428979c5bf0b3b63ab4d60 1,762 1.00/1.00 vMB 202
475,756 475,756 000000000000000000f97460c5605895bb72c7ddfc9b66cae66d2cf056606b75 2,052 1.00/1.00 vMB 133
475,755 475,755 00000000000000000024a61f55399152267600e8501c1500c493732874c77209 2,026 1.00/1.00 vMB 257
475,754 475,754 00000000000000000075c562730e5806b8fb97d8ed58cc0820d9f4194ab63f8c 1,157 0.99/1.00 vMB 69
475,753 475,753 000000000000000000574c5fe4c3ca0f66ee714e9aa693b19080f2f42838b14d 1,863 1.00/1.00 vMB 149
475,752 475,752 000000000000000000014024399162204a056dfd9fbcf8b3a6cb9992d5f3d654 2,083 1.00/1.00 vMB 60
475,751 475,751 0000000000000000006fd8858f2f48f26163f9d93f43d9651f9f1c1af26d03c0 2,145 1.00/1.00 vMB 201
475,750 475,750 00000000000000000032e0bc2f125c050fe47879c3fa9e61c0fdd738ddfd9d69 2,325 1.00/1.00 vMB 170
475,749 475,749 0000000000000000011241a56d35d647ab1cc508187a0b90aff22598942cf5de 2,320 1.00/1.00 vMB 218
475,748 475,748 000000000000000000446d2d1c5fa787c6873d10b5df0e03e907353b5247351f 775 0.29/1.00 vMB 206
475,747 475,747 00000000000000000048766d63ff18859793127ff48e93836def2befd8d4e2c0 1,340 0.57/1.00 vMB 109
475,746 475,746 000000000000000000802c9e53fa51cbcf27107fe1546c35086ab21527b9ad1a 2,110 0.95/1.00 vMB 210
475,745 475,745 0000000000000000001fc327c7ee06efd1a09d1d54c521c07f20256e36a06531 938 1.00/1.00 vMB 51
475,744 475,744 0000000000000000013c4ccecdad1fce504f4d00e214484ee939af56c5bfb046 1,082 0.51/1.00 vMB 180
475,743 475,743 000000000000000000db0d090339de282e132215c7d3acdcde1ac5c81e5d866c 236 0.99/1.00 vMB 7
475,742 475,742 00000000000000000061a83e65a01f5fd9ea73df4cfa016bda67f1fb1533d45b 1,180 1.00/1.00 vMB 102
475,741 475,741 00000000000000000187292cbffff30e363ce77e9df8898975baf7b297ff8d27 1,291 1.00/1.00 vMB 111
Previous 10 blocks ↓
Total Size: 781.96 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: 647.62 GB
    • Received: 12.96 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.