Loading Tool

Explorer IconExplorer

Memory Pool

45,817 transactions
28.73 vMB
0.13811272 BTC
Random Selection Loading Transactions
Max Size: 152.01/200 MB

Candidate Block

Mining Attempt 9eb51e4b7eed5f5682c0cd39f9d71daf7d597b8c18a8bd49142ff3c4c61a37b0
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 8b298dfae5d630fec4bd5f6f2541696489d1e63483c1ff6d4b27c0d0e8b9dd28
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,563
Size: 1.00 vMB
Total Fees: 0.07785881 BTC
Feerates: 15,654.48 > 7.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (492,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,325 422,325 000000000000000003481c308c85ff6854d92274427e2dc65c9e88c6b4464482 2,629 1.00/1.00 vMB 84
422,324 422,324 000000000000000004e67b64c9ac77a4a943ee00a743de1ce1c71c887ece921a 2,233 1.00/1.00 vMB 61
422,323 422,323 0000000000000000031adf3492552a9ec883454bd1de08cf071bf1bf63b251cc 1,973 1.00/1.00 vMB 60
422,322 422,322 000000000000000002abf533ee9c656c88558d576d4355cd8f4ad9ac3969ebe4 2,256 1.00/1.00 vMB 90
422,321 422,321 00000000000000000294a1c389d1e1ee4781174333d151d6d5170bec0504066a 1,884 1.00/1.00 vMB 45
422,320 422,320 000000000000000003f2ef3bdf7200f19366743ef9160977ce0bed43d46b1809 2,225 1.00/1.00 vMB 65
422,319 422,319 00000000000000000231088bd23ed91f85cba753c232ef335d68676422dcfb9b 2,197 1.00/1.00 vMB 65
422,318 422,318 000000000000000004e78f60eb82b0347ab43d85fd5e5feb03aab470f8ea16ba 2,062 1.00/1.00 vMB 45
422,317 422,317 000000000000000005131e3af9635091bdad166b1db341197bf72e3e3337cc25 2,409 1.00/1.00 vMB 96
422,316 422,316 000000000000000003706d5c008fae275c236cf1deef206ff9e593aef8d04be1 2,531 1.00/1.00 vMB 62
422,315 422,315 000000000000000000e1bfd40c8b8efec7ce8b386d6936b39acd219ea33cea8b 2,064 1.00/1.00 vMB 97
422,314 422,314 000000000000000002d62d0a7f3c29ab44377605e3a3af308ab9b732a7114fa7 2,291 1.00/1.00 vMB 92
422,313 422,313 0000000000000000006f03259629c386c5a1ed36600390268342aeade99288df 2,031 1.00/1.00 vMB 99
422,312 422,312 00000000000000000142f8b502e04223691856ac26dba651529af77843945e8a 1,507 0.95/1.00 vMB 36
422,311 422,311 000000000000000000f19dc311663ca542fd5d73b28f17258e495a6127e20e54 2,112 1.00/1.00 vMB 63
422,310 422,310 000000000000000003e0d86efa8838baa5f23882c7686fa51029502de9990220 2,878 1.00/1.00 vMB 98
422,309 422,309 000000000000000002ca19a584b60b191674d638b0f64408e65e0fe9042c0e46 796 1.00/1.00 vMB 27
422,308 422,308 000000000000000004e47a49d016167d02c4c63a778c16f97be4fd5f04510cdd 1,489 1.00/1.00 vMB 30
422,307 422,307 0000000000000000033a34055ca8c5bc059a3281cf5c75ac7adacdebddec723e 2,659 1.00/1.00 vMB 92
422,306 422,306 0000000000000000041f2f3d2beae0a380cf4c8da7fcebd4200858a9a1f7435e 1,921 1.00/1.00 vMB 51
422,305 422,305 0000000000000000016863c413d61a7d14ea4508b9354efbe0fc8572341ef5d8 2,954 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.04 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 650.74 GB
    • Received: 13.32 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.