Loading Tool

Explorer IconExplorer

Memory Pool

46,228 transactions
28.18 vMB
0.07500052 BTC
Random Selection Loading Transactions
Max Size: 149.17/200 MB

Candidate Block

Mining Attempt a5e7fd0c554dbfaea5c953a431dd92b73fe10039d1c728abc7cae2e1166b925d
Version 20000000
Previous Block 00000000000000000000958de36f69a7b169bf6b7f7790576bb3bc365e342bfa
Merkle Root a1da9fb47c8dc17cd8601faaca98385bf344dac856bd6997e986a7a8758e8a7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,908
Size: 1.00 vMB
Total Fees: 0.02049741 BTC
Feerates: 101.53 > 2.05 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,937 (256,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,282 658,282 000000000000000000009f689c0bd017bd93e75ec671ffab972e7d23a6ccfd0e 2,396 1.00/1.00 vMB 30
658,281 658,281 0000000000000000000823f1b184b9abb65885f6da7a7ef38391d99614e49d84 2,555 1.00/1.00 vMB 67
658,280 658,280 00000000000000000002512aef74e7c9d979888ba62e14bf924bb98db8ce9c0a 2,275 1.00/1.00 vMB 9
658,279 658,279 0000000000000000000aff10e980195ed07a19b04d6e00a6219f404c7cc7b0ec 2,142 1.00/1.00 vMB 21
658,278 658,278 0000000000000000000ac5854affc2dc66a7912062a7e0e3e8d1c9206da13a38 1,740 1.00/1.00 vMB 15
658,277 658,277 00000000000000000001effd4f85cc74c59acd25c05c58bb130431c958222323 3,150 1.00/1.00 vMB 53
658,276 658,276 0000000000000000000a7de85d9d4faf371d2955584cd55870d8303b4f8a79ae 1,943 1.00/1.00 vMB 42
658,275 658,275 0000000000000000000721f47f722cd8f17f6223adae43c8aa2933de7f56e303 2,562 1.00/1.00 vMB 28
658,274 658,274 0000000000000000000188250c8be6bbc96801e2d8c351b90991a4ac6101eae0 2,380 1.00/1.00 vMB 64
658,273 658,273 0000000000000000000401c643886b4c675b70c9d1557d7116a0612e14070edd 1,304 0.54/1.00 vMB 26
658,272 658,272 000000000000000000075659ac9b1a6c34214c62ebf6e57aec640181977774dd 2,354 1.00/1.00 vMB 8
658,271 658,271 0000000000000000000ecaf99b4aef6f1394a080de410d3250fd18814cf77e87 2,673 1.00/1.00 vMB 47
658,270 658,270 0000000000000000000f9d8aa76a4c86b39797d9e8b4aff6b18eb8c3ff90f9ce 145 0.05/1.00 vMB 32
658,269 658,269 00000000000000000001525d29ce25afb774deb84531ba0d705e9f4d1f4e72e8 1,362 0.58/1.00 vMB 22
658,268 658,268 000000000000000000059f8d05533459131bf9d1289855cc3d92ca7139c90ea1 1,014 0.41/1.00 vMB 21
658,267 658,267 00000000000000000004b35dd0464f5f1005ca2aa288691d37c46445fa713e93 1,934 0.90/1.00 vMB 11
658,266 658,266 000000000000000000001d69e10c3972ad4c4080f0b7419bff3d1ccaaf9960be 2,099 1.00/1.00 vMB 44
658,265 658,265 0000000000000000000708767f74ac539d8d9c7d5cf3d14e2948354ac247d65c 186 0.08/1.00 vMB 22
658,264 658,264 0000000000000000000faa5bab8cab23305df6148798517e4af50da3ae8e43ab 491 0.17/1.00 vMB 27
658,263 658,263 0000000000000000000be7555fe0ca73aa32fc7e3d3bed575af5e980ac084e4b 474 0.35/1.00 vMB 5
658,262 658,262 00000000000000000006ad24ac0d01bbd97a7b0d7dd2bce73addfd34b73d4e69 2,232 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.28 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: 656.77 GB
    • Received: 14.43 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.