Loading Tool

Explorer IconExplorer

Memory Pool

42,436 transactions
27.62 vMB
0.13986807 BTC
Random Selection Loading Transactions
Max Size: 143.00/200 MB

Candidate Block

Mining Attempt d14e6f34e63a9259d851761d1c7dcbe36060a18a99507cae39e6f28355a30867
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root f4b134438d2b6605e40e0ca7ac3cea33346920f8b8239788b18fada03d6f7b10
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,742
Size: 1.00 vMB
Total Fees: 0.05323461 BTC
Feerates: 150.71 > 5.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (331,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,777 582,777 0000000000000000000b44a4113f22e47d1d771470fa4ecda9cd9a73d651a4b8 2,837 1.00/1.00 vMB 167
582,776 582,776 0000000000000000001e37c43c9f4711ed674660f84e57cc2fce8a7cce98df2b 2,236 1.00/1.00 vMB 93
582,775 582,775 000000000000000000121cbd0bac437f54a72e8baa323a83911a851d8e9331e6 2,946 1.00/1.00 vMB 177
582,774 582,774 0000000000000000000de4a0a0cea8e13b45f791a18da29560f234db5b046d26 1,867 1.00/1.00 vMB 52
582,773 582,773 000000000000000000169e6d6110927f9147ea26bf6e00f0534056d5f4ddd7e6 1,897 1.00/1.00 vMB 40
582,772 582,772 000000000000000000192b74762d099d80c8d5df64bf139dde4dacdd0e617708 2,135 1.00/1.00 vMB 94
582,771 582,771 0000000000000000001178deff3fd484decf27ad08f1ba69b7341ab65eeba1d4 2,571 1.00/1.00 vMB 52
582,770 582,770 000000000000000000205b82e4b42bb2cadd52c2b4f15deac6e1092823070e84 2,529 1.00/1.00 vMB 165
582,769 582,769 0000000000000000000a0aac3bad54e70be728df495876653bbaefd4b081336f 2,886 1.00/1.00 vMB 110
582,768 582,768 0000000000000000001d5eebcf833cf343ee091f41863111273d7074f3d6702b 3,304 1.00/1.00 vMB 77
582,767 582,767 0000000000000000002148051a6962627ea028646e41356c119250f493cf9bbf 3,897 1.00/1.00 vMB 40
582,766 582,766 0000000000000000000b442edae673a578422c24c3f03ff9b7056c5fca626c3c 3,306 1.00/1.00 vMB 50
582,765 582,765 00000000000000000010160bd828846a6b0b3074e1581bca150b8b9bfda9596c 2,510 1.00/1.00 vMB 34
582,764 582,764 0000000000000000000ff5821438a7350165d1850b8f99a1121c7973030938bc 2,523 1.00/1.00 vMB 121
582,763 582,763 0000000000000000001e127f3eeaf092c55c4c25ce8bcf661af6db87d456d82a 2,100 1.00/1.00 vMB 166
582,762 582,762 000000000000000000208e65bf5007ee54e44b5be082d00fa3c54c0d79a786bf 1,591 1.00/1.00 vMB 33
582,761 582,761 0000000000000000000ea3f49ea5dfcfe858e14a5c0d48e63b1d2b02afef58f7 2,353 1.00/1.00 vMB 65
582,760 582,760 0000000000000000000e1b20c52304043865bc505242f010c812f9450e79c31e 1,426 1.00/1.00 vMB 50
582,759 582,759 00000000000000000005450148015ebebaa2bfb09061ad8e5d9a471915efbda4 1,960 1.00/1.00 vMB 90
582,758 582,758 0000000000000000000476c6f8f210b9c4d446a5d024b92d4b3dfbf32920b8fd 990 1.00/1.00 vMB 76
582,757 582,757 000000000000000000000150ad70b6d369df271f83ca3d6ac859b800f137c9a4 2,060 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 781.87 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: 643.24 GB
    • Received: 12.58 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.