Loading Tool

Explorer IconExplorer

Memory Pool

81,369 transactions
30.46 vMB
0.11254345 BTC
Random Selection Loading Transactions
Max Size: 183.44/200 MB

Candidate Block

Mining Attempt 660bbb11c22a6346f89d2f8ecfbc1e9ae639fc21f616c6b3acf9f92a35e4f904
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root ec102c16d9f2fb21eeed68e9e8a89ecddd31c0d8a08ae874daf6193b32b8ba7d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,397
Size: 1.00 vMB
Total Fees: 0.03796292 BTC
Feerates: 180.34 > 3.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (111,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
803,795 803,795 000000000000000000054d30d35dfabfc2c890d525ab6bb77448d9596b21426e 2,432 1.00/1.00 vMB 21
803,794 803,794 0000000000000000000162891f39f98d2c650a53096d675b09b58de4c53c8760 2,854 1.00/1.00 vMB 30
803,793 803,793 00000000000000000001a757ad5f4afebfc82a7538546b42a1bf26595d186b37 2,190 1.00/1.00 vMB 14
803,792 803,792 000000000000000000048a62f4995d4bf3cf4e9b7275ed5e0e8b8048d767aad8 1,814 1.00/1.00 vMB 19
803,791 803,791 0000000000000000000272073aa34cfbf793cf84a2aa4f91bf76cbd7f7411d00 2,740 1.00/1.00 vMB 19
803,790 803,790 00000000000000000003a3a957a93f6940131573f5f145ffa3121a24e9893def 2,863 1.00/1.00 vMB 30
803,789 803,789 0000000000000000000164db938ede3fb7cf9b8462bc371901e4708605bdbdf6 1,336 1.00/1.00 vMB 12
803,788 803,788 00000000000000000001bc0e163ab4740e45d09f1e1e053a355a4a28b2009eec 3,275 1.00/1.00 vMB 20
803,787 803,787 000000000000000000049e4c2f2edfdfb97c38dccb1a190df58c61b77ca10088 2,614 1.00/1.00 vMB 21
803,786 803,786 0000000000000000000116975459e8c8341a3528b6ae8bb7d01942b718f13c6c 2,456 1.00/1.00 vMB 16
803,785 803,785 00000000000000000003ca3b553240e347fd8f0bcf12d4f43db0e66b078b7cc0 3,584 1.00/1.00 vMB 21
803,784 803,784 00000000000000000003b28e5df6d0ffb6d79cd45ad9102e0336e9f39f1f672e 2,826 1.00/1.00 vMB 33
803,783 803,783 0000000000000000000036cb872829027f4728248ceef22033091404893ef3d5 2,770 1.00/1.00 vMB 16
803,782 803,782 0000000000000000000351120f167c6b1977b5bc03b9126a4b10bd27105560f0 2,006 1.00/1.00 vMB 18
803,781 803,781 00000000000000000002bcc9452874898c36a041b10dbb789753ec32521fea7a 3,048 1.00/1.00 vMB 19
803,780 803,780 00000000000000000004d60487c31425a29c7c86d9341366f1886015a1757600 3,095 1.00/1.00 vMB 21
803,779 803,779 000000000000000000023f55106df1ef78aa2c0b3287f83462ded1ff41ce6982 2,957 1.00/1.00 vMB 45
803,778 803,778 00000000000000000002e93f4bd65a4c77bf41300e5f2e38f8dfb58a3f21993e 1,390 1.00/1.00 vMB 15
803,777 803,777 00000000000000000000ef30f5c3387a805f5660a0ba534f70718d3a2df16cd8 2,781 1.00/1.00 vMB 32
803,776 803,776 00000000000000000001910a8899709886f307a13229a1fcae9fa070a8954ca5 6,448 1.00/1.00 vMB 9
803,775 803,775 00000000000000000002b04ad3b5b61f608e16f5563b2f989405f91e908e0d25 5,488 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.