Loading Tool

Explorer IconExplorer

Memory Pool

79,324 transactions
30.07 vMB
0.10315007 BTC
Random Selection Loading Transactions
Max Size: 179.87/200 MB

Candidate Block

Mining Attempt 6a693e604a14c43e8460378b3cae69129021d40fab9dc9b9cbd7823accbb4baa
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 5cb04b0a939d6ae2c9b4e5b5243626b3ef22f6ef35921f97d67fbccd8eb0c74b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,553
Size: 1.00 vMB
Total Fees: 0.03334634 BTC
Feerates: 151.00 > 3.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (536,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
378,731 378,731 00000000000000000c96d6d43852ae5580182f770021c5b0a4700c85f7b29a69 2,011 1.00/1.00 vMB 37
378,730 378,730 00000000000000000e6af30a15c0ec4e89e5eef7680f65c63e58e1286125ce21 1 0.00/1.00 vMB 0
378,729 378,729 0000000000000000042952633e2daf0f1c987af86b73734ffa134b09c8d3d3f6 1,577 0.88/1.00 vMB 32
378,728 378,728 00000000000000000227e3729d3cb4967d9e82077b26c0c57c508ad4a539ea4e 1,228 0.75/1.00 vMB 27
378,727 378,727 00000000000000000234ae0ab2ad47ad2d396efb3a61e9e9a9cf84d09936dcae 2,043 0.93/1.00 vMB 41
378,726 378,726 000000000000000008613695d5315d7190a55046543d674443102275666da769 2,855 0.99/1.00 vMB 59
378,725 378,725 000000000000000003179b2a81f25b81b8df6ee95fc62ea89b8f9dd5b46392f5 208 0.16/1.00 vMB 21
378,724 378,724 00000000000000000aa51c31648a88aef3020422608d63e07e74b30118e17b7d 1,803 0.75/1.00 vMB 42
378,723 378,723 0000000000000000016b8af5bed15517024691ffcbc75ec24ec7214932d20cf2 325 0.16/1.00 vMB 32
378,722 378,722 00000000000000000cd798dafc0d1afb3618d7c31b1941bacea2cd9486300f55 1,158 0.54/1.00 vMB 36
378,721 378,721 00000000000000000412c378419e257a7e0b50e7a593db645b8725ac81fecf45 879 0.41/1.00 vMB 38
378,720 378,720 00000000000000000dec0eb541e6b3ebba96d8adccb2f2955a5ec1d424d0ad35 1 0.00/1.00 vMB 0
378,719 378,719 00000000000000000bb4d6a87e615e3ff301e1d4a446d80dcb0208f7c23924d6 362 0.18/1.00 vMB 27
378,718 378,718 0000000000000000037a14e0bf6f94c1f32bcf3b20f659642c787cfb97adc829 1,052 0.75/1.00 vMB 23
378,717 378,717 00000000000000000a6f43b92df6fa9c07700d5d32aaee79772e937cee641708 2,591 1.00/1.00 vMB 44
378,716 378,716 00000000000000000f7ce99a5539265046e95eab6bdc91348415eb048517943f 344 0.27/1.00 vMB 24
378,715 378,715 00000000000000000fd3fe64792b494be238ce6ed087661badf66c05fb5f7660 1,332 0.62/1.00 vMB 35
378,714 378,714 0000000000000000054ab10128ab6700e6d5e7f080a8723f2b567808d8b7311f 916 1.00/1.00 vMB 14
378,713 378,713 00000000000000000ec1c728e02b76f0a5f5b58980d41a1f963e20644d90ac25 2,390 0.95/1.00 vMB 46
378,712 378,712 00000000000000000a09a7e910abdfb5a5388b56b1f270494b4c1249af75032e 984 1.00/1.00 vMB 12
378,711 378,711 0000000000000000053a04d9e5baa57dff5d405b144be8f2eb040bda97d08060 1,551 0.95/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.65 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.53 GB
    • Received: 16.26 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.