Loading Tool

Explorer IconExplorer

Memory Pool

87,643 transactions
32.94 vMB
0.12681027 BTC
Random Selection Loading Transactions
Max Size: 197.69/200 MB

Candidate Block

Mining Attempt 865f41327c4521898fd20063e389a3dae2c48f3cccc41b8678d62ca4a0a5d854
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 85f39d07d98eb31c2c8a044e0e69e24915b566cbf3c8d7e05cf233796776fc04
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,487
Size: 1.00 vMB
Total Fees: 0.04592080 BTC
Feerates: 218.18 > 4.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (127,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,193 787,193 00000000000000000004f91cb7829d75bfd0b0e5e831059713997d9b933ec199 3,388 1.00/1.00 vMB 25
787,192 787,192 000000000000000000043dc68757c4f7fff8106075bb4b74e9ba9eab8338e4c5 3,726 1.00/1.00 vMB 44
787,191 787,191 00000000000000000001a8137f2bbf4b4c442debbe1249d29e33a57106e5b1a7 4,247 1.00/1.00 vMB 16
787,190 787,190 000000000000000000012f8cd1ad29983a9e617d4c8661f6a8ba70b79fda6472 3,534 1.00/1.00 vMB 26
787,189 787,189 000000000000000000015bd9f01430936f597571fc8ccf99d735623ac9e22b9f 2,608 1.00/1.00 vMB 26
787,188 787,188 00000000000000000001b7b242acd26b8a5d454cde0d3fb4ed624af5555789ab 3,173 1.00/1.00 vMB 35
787,187 787,187 00000000000000000001bd4027ae0cdf885eec868a2543a7747616ebe30d1d36 2,364 1.00/1.00 vMB 26
787,186 787,186 0000000000000000000513a4a99971299161752d7cd43e2476d8e3cf90cbbfa7 4,071 1.00/1.00 vMB 15
787,185 787,185 000000000000000000006bad0c0829cc37ed299e76371f61403f6dfee7a2f0a3 2,797 1.00/1.00 vMB 29
787,184 787,184 000000000000000000010663e742ad1040f3fb932419cf962aa3ffa771876b8a 933 1.00/1.00 vMB 21
787,183 787,183 000000000000000000033d8b6c1d7e6e069f947c5bbbd398d0c66e486d36ab09 4,036 1.00/1.00 vMB 11
787,182 787,182 000000000000000000027243840d7883ba1ca990e01c2bd14d6a34aef7333537 4,216 1.00/1.00 vMB 16
787,181 787,181 000000000000000000043408b4b4910efbf274f8b754b07980df9d90aafad3c6 2,895 1.00/1.00 vMB 20
787,180 787,180 000000000000000000039e18e3489d40ff3917aa66f2ef56d8b5cc123a7a5274 1,832 1.00/1.00 vMB 18
787,179 787,179 00000000000000000003ca6303aaa9ecbfec898bd2c0ac58a08036dd46981c12 1,909 1.00/1.00 vMB 21
787,178 787,178 00000000000000000001f7d3d198b1a9571a27690f55bb279e6b10bb1e45a840 2,207 1.00/1.00 vMB 20
787,177 787,177 00000000000000000004b958cd19ea7a3f984bb7019b6ba213873e689c069a02 2,928 1.00/1.00 vMB 32
787,176 787,176 00000000000000000003dfdfcca6b48221f8936e6767bf01682ef3bc410843c1 2,400 1.00/1.00 vMB 34
787,175 787,175 00000000000000000001dbf835ca97ed629b39eddfc773f7865229f4ebeba954 3,676 1.00/1.00 vMB 37
787,174 787,174 00000000000000000000c49de12b3136ae2e59328020588695567d0f4699e409 4,244 1.00/1.00 vMB 41
787,173 787,173 000000000000000000007497c0155a4212b682d7744b518fa8d27a43d449e4d3 2,325 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.52 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: 668.88 GB
    • Received: 15.61 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.