Loading Tool

Explorer IconExplorer

Memory Pool

89,319 transactions
33.07 vMB
0.21010103 BTC
Random Selection Loading Transactions
Max Size: 199.86/200 MB

Candidate Block

Mining Attempt 9c5dbb71b4e851fcde1992cb3653ef1ea74d08fd33d192358a4604458a1c021a
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root ef82e0751cfd5bf5e8be0925af7480d0358cb8ccb990d6d19803237257cb9696
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,633
Size: 1.00 vMB
Total Fees: 0.09437699 BTC
Feerates: 387.56 > 9.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (287,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,152 627,152 0000000000000000000d8cb7ab194e4e8934fd9b9b3b8c523d92419ad6122e3d 1,953 1.00/1.00 vMB 2
627,151 627,151 0000000000000000000c5962815bd795948ff4fd284dde300defc1e605041e31 2,267 1.00/1.00 vMB 17
627,150 627,150 00000000000000000008e3511199b6de4a2e196f72e5b8a6ae23078d50c67028 2,275 1.00/1.00 vMB 6
627,149 627,149 0000000000000000000f12f955d905e3e46548fa7e515264f943275ced51a7e5 2,531 1.00/1.00 vMB 15
627,148 627,148 000000000000000000027368762dd4fead796ac43abcd6ada45b42d5cfe2b9f3 2,401 1.00/1.00 vMB 7
627,147 627,147 00000000000000000005a211e41e905ce1d51a553ac8b849399da09dbf3d8c84 2,700 1.00/1.00 vMB 10
627,146 627,146 0000000000000000000881469d936b0282ee1323f0a57d3b4476d9aa14d5c80b 2,888 1.00/1.00 vMB 26
627,145 627,145 0000000000000000000d46f634d6e7c6a2226178aa7c15059aabc461fed6bf85 3,025 1.00/1.00 vMB 13
627,144 627,144 0000000000000000000cf40921271f4d0b8c81defe46c79d44d2d0a2fd0ea33c 2,239 1.00/1.00 vMB 16
627,143 627,143 000000000000000000075a6a6a1adb8682d6b491685e365ee0de1361d661e687 2,979 1.00/1.00 vMB 22
627,142 627,142 00000000000000000010346fdeac19cd5dd1f535091206fadb469043b84174bf 2,602 1.00/1.00 vMB 15
627,141 627,141 0000000000000000000d6c39a3a0402e8f56c831d2f1d3f410d80d2ab90511c4 2,964 1.00/1.00 vMB 22
627,140 627,140 000000000000000000110e96d17db9d715979bc4014ccb8c38d35fda628d1bfd 2,679 1.00/1.00 vMB 13
627,139 627,139 0000000000000000000545ea6af1bd53ca35b9f6beb84ce59d2904cf9a51b8bb 2,764 1.00/1.00 vMB 45
627,138 627,138 00000000000000000010227b39d8987a002a39775114d66e793243bd6d922037 2,804 1.00/1.00 vMB 13
627,137 627,137 0000000000000000000c182399da2902f45c5dae3b4b77905b44599fd8df4c80 3,019 1.00/1.00 vMB 18
627,136 627,136 000000000000000000026796136d08175a3237887f0ce5e15e5cbe27a0a5d617 1,958 1.00/1.00 vMB 25
627,135 627,135 0000000000000000000bb7582460edd81a81136d30fc9db6300b9efa55d4bb56 1,783 0.54/1.00 vMB 14
627,134 627,134 00000000000000000010c2ebaf4fee17594e4e370af54ea76c3bdbee40025fa1 55 0.01/1.00 vMB 21
627,133 627,133 000000000000000000021e6062cc0290b3313e7c601ea901277d58892b21e38a 1,777 0.71/1.00 vMB 15
627,132 627,132 0000000000000000000a266259c9146adcdb068b3b98c0c2fb4bd4df3ac817f2 653 0.19/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.31 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: 660.19 GB
    • Received: 14.62 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.