Loading Tool

Explorer IconExplorer

Memory Pool

39,553 transactions
29.09 vMB
0.07692663 BTC
Random Selection Loading Transactions
Max Size: 147.16/200 MB

Candidate Block

Mining Attempt d1672e30ecff719550f1bae08f62b4a2eef4101c0b8fda85a5a604e01c1d5cfb
Version 20000000
Previous Block 000000000000000000005f6e061237a1b3be90d7e91949057a34a7b5facf2fa9
Merkle Root 6070ae8620536ae0730f7c05c45cd0d88a58a5ac47d479ccad40c5d3ae3dc94b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,255
Size: 1.00 vMB
Total Fees: 0.02006709 BTC
Feerates: 301.05 > 2.01 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,529 (392,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
522,148 522,148 00000000000000000000d59725b6802f34228cd6c1a45f471dc2de3d91e94312 2,445 1.00/1.00 vMB 36
522,147 522,147 000000000000000000174ed4342cb506e6a711ff64e06df3ac5f0ecd2be75a8a 851 0.63/1.00 vMB 24
522,146 522,146 000000000000000000244e1ee4dfc2ddd4498f83c3f2cac6b8103736f34b0125 1,657 0.94/1.00 vMB 22
522,145 522,145 0000000000000000001b6ac119d2688c6083fbdbbddac7f2d49b7e8a63808ee8 1,883 1.00/1.00 vMB 10
522,144 522,144 0000000000000000002ff87d63c62cb421f0f935d58677e02d8feae6a0a2e9fe 2,160 1.00/1.00 vMB 37
522,143 522,143 00000000000000000018ec4d369bab2c13174834a02138decea7c85685d46bd6 1,533 1.00/1.00 vMB 8
522,142 522,142 0000000000000000003f39c75bdcaf04948468b78765fc0afb00fa855c4b18b7 2,573 1.00/1.00 vMB 41
522,141 522,141 0000000000000000001fe6a79f0b9698bf378ae666ac4ec38a1139605da3b848 2,399 1.00/1.00 vMB 16
522,140 522,140 0000000000000000001b6920e205d7808134dcd79c8a4a378c0d4021ff985b85 1,935 1.00/1.00 vMB 39
522,139 522,139 000000000000000000032d9bafba46df7277dac7d8dbea0d1c74d885b2c27872 2,346 1.00/1.00 vMB 28
522,138 522,138 0000000000000000002d433b5e1c45c69ae854acddc09bc98488ba35fb557cea 2,646 1.00/1.00 vMB 20
522,137 522,137 000000000000000000099002b2fbe3b6c05948b951d77800d2557a7ccb08cd00 2,473 1.00/1.00 vMB 27
522,136 522,136 000000000000000000184adf7501f63219e6e2995092156ce25f0082f03cd132 1,808 0.77/1.00 vMB 24
522,135 522,135 0000000000000000001e3f5b577b71549aae553f8a0dd0feeec54b912f853f2a 2,303 1.00/1.00 vMB 22
522,134 522,134 0000000000000000003803a0fb2c7cd79ad568d5e35ab0a9dde9e6efed4dd610 387 0.18/1.00 vMB 38
522,133 522,133 000000000000000000225835aeef0fdc72c09cda07edd0da0d56c61d58af7b5d 1,150 0.47/1.00 vMB 19
522,132 522,132 000000000000000000257dd0242f038bbf6bbed6de065a04dccbe95e096de9c7 1,047 0.44/1.00 vMB 30
522,131 522,131 00000000000000000012e187316fd69f6bec8cf48704246aaf816ecfb99eabad 834 0.39/1.00 vMB 14
522,130 522,130 00000000000000000027850b28b25c4ad546393095fba1b0f6a07b528787ce9d 2,392 1.00/1.00 vMB 9
522,129 522,129 00000000000000000007442e3863c774e8ba9bc68f5151f97da392dfaafaf93b 1,708 1.00/1.00 vMB 8
522,128 522,128 0000000000000000001d353ff41168a62e8e7a6dcd8a987c81c942ee734bfcb2 2,864 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 781.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 621.67 GB
    • Received: 11.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.