Loading Tool

Explorer IconExplorer

Memory Pool

82,588 transactions
31.34 vMB
0.11468215 BTC
Random Selection Loading Transactions
Max Size: 189.74/200 MB

Candidate Block

Mining Attempt 507897b4b0e2170f0f84e9a36f0307d9f7b391fd0b2e64cf1f058a09bf080bbf
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 168c9d1d43c4fbccca2f7cb00272e77e31aa20c3b91171a8776254319a684d03
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,733
Size: 1.00 vMB
Total Fees: 0.03667628 BTC
Feerates: 803.65 > 3.68 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (54,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
861,165 861,165 000000000000000000018c406340d4dc95ab259f893279f830d711c3d8b7e69b 2,033 1.00/1.00 vMB 7
861,164 861,164 000000000000000000000f2bbb43f689038ddb8767225cad09be4af02049f624 1,295 1.00/1.00 vMB 4
861,163 861,163 0000000000000000000193c10a8197a188202e973fe99a6a1da6f2c498a3b960 439 1.00/1.00 vMB 3
861,162 861,162 0000000000000000000233cfb9f3c61b87fb0def12b9b0cbcbcbd8562f3d82bd 1,721 1.00/1.00 vMB 3
861,161 861,161 000000000000000000024a618acfba7830f8aa729f5953ddb9dad6d1880f0416 3,478 1.00/1.00 vMB 7
861,160 861,160 00000000000000000000c731c1182990b6b4ca0a019219ccb921527bc40f9509 1,908 1.00/1.00 vMB 3
861,159 861,159 00000000000000000001db34df3ad40ae523bc17713c8724c268880372bb1032 2,311 1.00/1.00 vMB 5
861,158 861,158 00000000000000000001673e8922a2e3d901400eb4e12d97a943de5212f61c88 3,234 1.00/1.00 vMB 9
861,157 861,157 00000000000000000000e52a033166088f8a7215a7398113e72bc3b5f149c72c 3,270 1.00/1.00 vMB 5
861,156 861,156 00000000000000000002a380ad52ab1db8c5d34c70627786688814f32ae2188a 2,928 1.00/1.00 vMB 13
861,155 861,155 00000000000000000001f5acb2cbe0ee5511475468bf483ff7adf2ff080ef936 3,009 1.00/1.00 vMB 4
861,154 861,154 000000000000000000018e999d2b7c3561dc47e7618314ab1d651455e950dbb8 3,823 1.00/1.00 vMB 8
861,153 861,153 0000000000000000000072f4ae3ee423e122c0b33a6c2538227f5cc3b214ec3e 2,294 1.00/1.00 vMB 7
861,152 861,152 0000000000000000000151bf98cb504c65fb4fe099c02296620025f56d27fa46 3,606 1.00/1.00 vMB 10
861,151 861,151 00000000000000000001a91658f123a99d3e7b9d71d3c1d3593ea2b2b3b95e48 2,133 1.00/1.00 vMB 4
861,150 861,150 00000000000000000001b67ddda20f339fd07e88d5a503671a6918fdc6c728e8 4,144 1.00/1.00 vMB 9
861,149 861,149 000000000000000000001c8941744a7ee25276746e51fd2db9b155cc3689987b 3,760 1.00/1.00 vMB 14
861,148 861,148 00000000000000000001cc17266d7d6c7c3cbd54500f86cd0dba5c66596ae5ab 2,691 1.00/1.00 vMB 4
861,147 861,147 00000000000000000002681d44c07ec402b2330e94134c7e1b4e1c6bafc25b0e 3,695 1.00/1.00 vMB 10
861,146 861,146 00000000000000000000127a6467871505ba1c7053e3c6fa400a2840f8f3af8e 3,436 1.00/1.00 vMB 6
861,145 861,145 00000000000000000002e3fc18d70949b6f3aaa5175afe86e8af1680d992dbaf 3,028 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 783.00 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: 718.64 GB
    • Received: 17.93 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.