Loading Tool

Explorer IconExplorer

Memory Pool

76,225 transactions
28.42 vMB
0.06527922 BTC
Random Selection Loading Transactions
Max Size: 172.29/200 MB

Candidate Block

Mining Attempt e3b41296911db6dea58d81f4f1ba446418ce8e98bfba642a0469ea054a5f17fb
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 5ca8744c2f9c67b0e0383f2f91a9d858c0c93d47b684f5f2a99e8529ecb052c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,478
Size: 1.00 vMB
Total Fees: 0.00643803 BTC
Feerates: 71.79 > 0.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (180,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
734,367 734,367 00000000000000000008b6577dac02a58717d81003b74b653022deac1890f25f 1,525 1.00/1.00 vMB 4
734,366 734,366 000000000000000000077152626d5e5e020fd143fd5ce595de91b940e0a9f1d4 2,756 1.00/1.00 vMB 11
734,365 734,365 00000000000000000004950e0a7ee2397bf3600857d9aaac9954bd32bd47ab7b 2,042 1.00/1.00 vMB 7
734,364 734,364 00000000000000000005873106ba30a6bea99832b7d0adc7e10466adb6cca592 1,616 0.57/1.00 vMB 7
734,363 734,363 00000000000000000003c8236e2e8553ea406249eb5260f75c7c243175037d3e 132 0.05/1.00 vMB 12
734,362 734,362 000000000000000000082ec39f950365cfe7e9c797ec242d74916dc6be1ea8af 2,298 0.88/1.00 vMB 8
734,361 734,361 000000000000000000029111a8585de836d78a8c1d8f53842721a029119d27f9 2 0.00/1.00 vMB 71
734,360 734,360 0000000000000000000760a1b092b7b34d6853014daf2ed8ede0ebbeffaf9041 957 0.36/1.00 vMB 8
734,359 734,359 00000000000000000005cfccbc1bdbffb4501af8a62aeab21c9722dec9c8630f 220 0.10/1.00 vMB 7
734,358 734,358 00000000000000000005abf4c6d47163b81e267d6c42634aaa6a5d597810472c 401 0.13/1.00 vMB 9
734,357 734,357 00000000000000000007a4a19988194a9d1d13b0495fddca7b8625a30becc6c9 121 0.31/1.00 vMB 1
734,356 734,356 00000000000000000002aecc29b5d3d1a6e8a1fa1435b9120729cc4249017c85 2,133 0.95/1.00 vMB 7
734,355 734,355 000000000000000000005ba4c0ab59b5558bf3db6b44bf7d19ca9857ef56b257 296 0.16/1.00 vMB 7
734,354 734,354 000000000000000000056d75cd6c44cc94a37f83dce34f1ca84774c54c5ace0f 395 0.18/1.00 vMB 7
734,353 734,353 00000000000000000000a4113848aa19f11a5120d6a3ddc2789d3eab9388e28b 952 0.54/1.00 vMB 8
734,352 734,352 000000000000000000085738ba2a63b30c02eff11c1b08405db25156609c3f35 291 0.11/1.00 vMB 8
734,351 734,351 0000000000000000000066a750d69bdf9769ed8157abb70ebb5a77e7294399ff 1,554 0.57/1.00 vMB 7
734,350 734,350 00000000000000000004986d795b5c6142a5a74429631d74a64e2572d5d308f9 621 0.30/1.00 vMB 7
734,349 734,349 00000000000000000003c7d2f55484ca26705072e13516ce108236bd70e9df85 241 0.08/1.00 vMB 9
734,348 734,348 000000000000000000051ffec35ecb33a52d3a2e4fa7d4d9708710346c6886ae 345 0.12/1.00 vMB 7
734,347 734,347 0000000000000000000263d06f4fb8b083791cf9a19d4445a4e49c7cb6c3c8c5 1,670 0.79/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.40 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.