Loading Tool

Explorer IconExplorer

Memory Pool

74,801 transactions
28.41 vMB
0.07675513 BTC
Random Selection Loading Transactions
Max Size: 173.20/200 MB

Candidate Block

Mining Attempt 464b220a8c132965891929fe1610e3d7d2e472c78fb3d3c5ced02c433c759e8a
Version 20000000
Previous Block 00000000000000000001b8fe66e50f6fb16a2fb40ba913d63eacf4d29f5658c7
Merkle Root 42a13524d4d21160a3961c9cb5b2363de89b6377159a2509a8474590afe03b57
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,466
Size: 1.00 vMB
Total Fees: 0.01538864 BTC
Feerates: 150.77 > 1.54 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,249 (384,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
531,203 531,203 00000000000000000031c9cc7331b470c7e4572eb3808047b0cc18e0c7548aa6 655 1.00/1.00 vMB 2
531,202 531,202 0000000000000000002f8387ac940e2ae6b9bf55e4401ced80f3aad3db7e49e1 2,255 1.00/1.00 vMB 33
531,201 531,201 000000000000000000100361477cc3fff9ad17a5e6cf837be567a4fc51910bfb 1,914 1.00/1.00 vMB 14
531,200 531,200 0000000000000000000ba0e85b1055287398d4a30cc700c41cdb95aa71dda068 910 1.00/1.00 vMB 18
531,199 531,199 00000000000000000001fb22a45e80079be2cb77be0689725e501a45c17b6cc4 2,512 1.00/1.00 vMB 22
531,198 531,198 0000000000000000001c35686e58aa69e26a060ca6b44db234fbad7eedd24e44 406 1.00/1.00 vMB 3
531,197 531,197 0000000000000000002761798910ee83643bbffef02ca4204ff6603c4ad81216 1,089 1.00/1.00 vMB 15
531,196 531,196 00000000000000000023f4c4e75a517cbba0c7532499e19326a11084a6e9bd4b 1,351 1.00/1.00 vMB 17
531,195 531,195 00000000000000000013d0a2129e653cde9219885d9ec9a4c252ee84ee531053 635 1.00/1.00 vMB 7
531,194 531,194 0000000000000000000279951f83b457e4022fee99c274c372f32f3a38c18aa7 1,109 1.00/1.00 vMB 12
531,193 531,193 000000000000000000271f53e7f5441a2fc9008281be9ff5360a5dcd08493727 2,193 1.00/1.00 vMB 11
531,192 531,192 0000000000000000001d085011af9098be26a2ee0af25a75ae2df812e22ebeae 2,243 1.00/1.00 vMB 6
531,191 531,191 0000000000000000002dd4bb7b60cbdacb34c36336662f28e922bbd77e4d7a4a 2,473 1.00/1.00 vMB 6
531,190 531,190 0000000000000000001a78b2dca47207c1973a3419af788d7a08d142ce0ace95 2,495 1.00/1.00 vMB 20
531,189 531,189 00000000000000000015418581b5e001c49af7bb8e1b12ba42c43b65f43894ca 2,706 1.00/1.00 vMB 54
531,188 531,188 000000000000000000263171bf808ad8f64a4d9d456e0528018ece69d05dc011 2,656 1.00/1.00 vMB 20
531,187 531,187 0000000000000000000cbfbccab6e372a2a12416c0b998a9490b3f10753175d7 1,701 1.00/1.00 vMB 18
531,186 531,186 00000000000000000001245775ec0582b694910075fee25d1c8de3dc0ef3a2f8 1,717 1.00/1.00 vMB 25
531,185 531,185 00000000000000000012a35ab5cf0e00a1e0372c4f3863523948c0e00c2291b6 1,146 1.00/1.00 vMB 48
531,184 531,184 0000000000000000002bf5d2ba731c90f3a1d20d96d0b960168582c7c51da695 1,259 0.99/1.00 vMB 95
531,183 531,183 000000000000000000330167bba3c1b85bcdbc3c316a29a065e1c3300ed9bcb5 842 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.82 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: 711.24 GB
    • Received: 17.10 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.