Loading Tool

Explorer IconExplorer

Memory Pool

75,558 transactions
27.76 vMB
0.07619634 BTC
Random Selection Loading Transactions
Max Size: 169.37/200 MB

Candidate Block

Mining Attempt 8eaf647a089a40729001fc63696a773dd8088d1b99a151a65a61f77933ae51fb
Version 20000000
Previous Block 00000000000000000000eb6f61bd9defd18e41bcd69e7e89dae8b0fff50507e2
Merkle Root 1fdedc882465b20641116bfe50fb56b72c0d43877a9b313835581eb92591a864
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,472
Size: 1.00 vMB
Total Fees: 0.01676677 BTC
Feerates: 99.50 > 1.68 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,259 (512,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
402,776 402,776 0000000000000000021e4bb2bccbfb2edddf684b81eff69a868fad02baa0c526 1,820 1.00/1.00 vMB 35
402,775 402,775 000000000000000005b5f298ba266d10847c020899ee38a816ce1865281c9288 1,439 1.00/1.00 vMB 21
402,774 402,774 0000000000000000013a31c2dc5d2c3bc557d413068c28ce07d347c019cb1822 1,584 0.93/1.00 vMB 40
402,773 402,773 0000000000000000026780af30aec4fe2c7aa4b4ef316a1b3ab5b60e994a0800 1,857 1.00/1.00 vMB 38
402,772 402,772 0000000000000000006250dda246a214d20dc374564d590ebda7f8d534d7e165 3,084 1.00/1.00 vMB 68
402,771 402,771 00000000000000000072944247d7df524e68f5d6644243c2bb3725c23378ef7a 3,298 1.00/1.00 vMB 70
402,770 402,770 0000000000000000006b9ad5dd5c6c6af121f25d32fa2c24c3dac5da893b1b2d 1 0.00/1.00 vMB 0
402,769 402,769 0000000000000000020c2e804bae6bd94964977b2a6592544832a5411b3f846a 2,039 1.00/1.00 vMB 36
402,768 402,768 00000000000000000484f3a53b682a1cf959a6de65274e98f4738c390f3b0a9b 1,531 1.00/1.00 vMB 30
402,767 402,767 000000000000000006531d1bfd3003e29bffaf665b4dbba1348f75d22a810f4b 2,717 1.00/1.00 vMB 60
402,766 402,766 000000000000000005cb22de83e1252218ae92091c2d5b901b4db1bb82cb8b0a 2,206 1.00/1.00 vMB 30
402,765 402,765 000000000000000000a3cc7c9b79bca395259cd0b622342b80ad6853e6425a93 3,305 0.93/1.00 vMB 84
402,764 402,764 000000000000000001e80427be6ff8ea54b684b8dcf01d01e0763882bfa14f45 2,281 1.00/1.00 vMB 40
402,763 402,763 000000000000000004652a3f180f4b6e17a3e4aba558eb86ff537f65de31d247 2,646 0.93/1.00 vMB 80
402,762 402,762 0000000000000000015bc2144abbfc0e1cbfa7885ce69e941c2f10ce61e2bf6e 299 0.13/1.00 vMB 49
402,761 402,761 000000000000000001c0803e16a05d666aecf06c69dbccd06913a451f6dd600f 524 0.53/1.00 vMB 109
402,760 402,760 0000000000000000021420c211556103f7d6649ad0b8ec2e7fce40cd1604dda9 1,150 0.54/1.00 vMB 41
402,759 402,759 0000000000000000016991cbc3338889318ecbc35d92be7775f1c54991c22346 1,542 0.62/1.00 vMB 44
402,758 402,758 0000000000000000055af5ba274c559440cdab8ded7574e7b74f6b39dc3bbf8a 314 1.00/1.00 vMB 3
402,757 402,757 0000000000000000011ba6e13a72814570c465463124ddae73d9299ce56b2985 1 0.00/1.00 vMB 0
402,756 402,756 00000000000000000363ffa73dc98b96a5ebaa0a5a3e0c4b94c3e7c54efe6ff7 272 0.14/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.84 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: 712.21 GB
    • Received: 17.16 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.