Loading Tool

Explorer IconExplorer

Memory Pool

82,520 transactions
30.32 vMB
0.14388296 BTC
Random Selection Loading Transactions
Max Size: 183.65/200 MB

Candidate Block

Mining Attempt 2bbbbe6f10b1e4ce5ba8b6861e62854c18969a15077d0c89e38b1f08d16a56ae
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 3513ed770ca5acb2fde7bbe840cd952b2401a30a17599f1f27dc58053efcaadb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,848
Size: 1.00 vMB
Total Fees: 0.06506617 BTC
Feerates: 137.89 > 6.52 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (518,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
396,909 396,909 0000000000000000066fff4925caf1dad8ffa6993927f2aa4f7eb21d025377d8 1,682 1.00/1.00 vMB 36
396,908 396,908 0000000000000000046852fac63219e6187cbb1a4bda603d33382cb94bd7c21f 1,837 0.93/1.00 vMB 40
396,907 396,907 0000000000000000086b3e0c3ab28e08f07429e9bf0847e00681183fd151553f 1,230 0.99/1.00 vMB 26
396,906 396,906 00000000000000000694be3020ccd5f184dccfbb01b4532a25744003436e45af 1,171 1.00/1.00 vMB 25
396,905 396,905 000000000000000006cd8810ef25f9370d2d4a172c5f6a07eec287141f9a3dea 1,507 1.00/1.00 vMB 42
396,904 396,904 0000000000000000005e272e629288c1801505acd82e6ad8a32ea12ef071faf2 2,270 1.00/1.00 vMB 69
396,903 396,903 0000000000000000082a78a4dfc445fafda3330e2eb4ed87dfb69ce11b3c9e86 1,467 1.00/1.00 vMB 26
396,902 396,902 000000000000000001ff5278320db9098b00afcebade6d167315d8c72c9e517e 2,272 1.00/1.00 vMB 61
396,901 396,901 000000000000000003c81a6272359e98adde6645ba6b0018353e317e0267f8ed 1,564 0.62/1.00 vMB 42
396,900 396,900 000000000000000007426fe22dc7ef0e2b72f57aa1d1c6578b1b326603ab6350 2,144 1.00/1.00 vMB 41
396,899 396,899 0000000000000000062558846ce67b2add05953f5d11433647972b367203c982 1,037 0.69/1.00 vMB 27
396,898 396,898 0000000000000000019d25a11d8f95874330f1c234b48374fc13b81b66d32a97 1,639 0.80/1.00 vMB 31
396,897 396,897 00000000000000000209bd3683d093900a6aa9426ef8af1eaf59349d7cdca311 555 0.25/1.00 vMB 42
396,896 396,896 0000000000000000047d3a0ec7f4788c46cddc67c32d835f5f627d7d36dc97ce 563 0.56/1.00 vMB 14
396,895 396,895 000000000000000000da0367cf87b23bdad53984b026478b7624e0aa0c62812e 2,271 0.93/1.00 vMB 43
396,894 396,894 0000000000000000014082fb3ce320a8e85633761e6b5cf7207d2242efe9008f 1,951 0.93/1.00 vMB 45
396,893 396,893 0000000000000000007692ded0056f1446d2d6a3f7202d70ad499bbb85f226c5 774 0.46/1.00 vMB 32
396,892 396,892 0000000000000000016377b04230b46ff4b4f52adc8622835c0a28a4ba7c9041 1,528 0.91/1.00 vMB 34
396,891 396,891 0000000000000000006c20d02593078427a89c2ac3e80da8047e0c80afec92b9 541 0.99/1.00 vMB 9
396,890 396,890 00000000000000000764cbc18807777ab6cc2c8cdb279c376b6eaba6fefb1f0f 590 0.33/1.00 vMB 30
396,889 396,889 000000000000000002f10bcb52884421d54d01e6daa0803ac967fc4ffca49d7f 1,365 0.95/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.63 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: 672.31 GB
    • Received: 16.20 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.