Loading Tool

Explorer IconExplorer

Memory Pool

77,282 transactions
28.86 vMB
0.09871706 BTC
Random Selection Loading Transactions
Max Size: 175.14/200 MB

Candidate Block

Mining Attempt 00e251fa41541bc90acd0b6b1785f2f9507736ed69a27d994d9aba740ebbb3a7
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 3eb7c0d1ec6e0cd6ec3b49393b1663c7b739fc9d809527da0c6af9bfe6ae45d3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,423
Size: 1.00 vMB
Total Fees: 0.03044756 BTC
Feerates: 180.82 > 3.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (529,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
386,176 386,176 00000000000000000a92720c2d8096b0b0e75d98d708f6e89a34a8461fdc6194 917 0.50/1.00 vMB 33
386,175 386,175 00000000000000000499dbcb9957651feda17e59e9983ae6e942834aa14f7bdd 1 0.00/1.00 vMB 0
386,174 386,174 000000000000000005fd73a192517dd888cee9008c2cd7e306c465858c67d910 245 0.18/1.00 vMB 30
386,173 386,173 000000000000000004ec5f2f0b79705f3ad5e07f2e9f0bd95df643bdb5005fe6 488 0.25/1.00 vMB 34
386,172 386,172 0000000000000000023222b852b0aec1cc473fb20835d7daa199131e4eb9fde5 1,062 0.52/1.00 vMB 49
386,171 386,171 000000000000000001a140a6bc4ae57fe4c5d33773506209142e5de82ca5d082 402 0.28/1.00 vMB 23
386,170 386,170 000000000000000009b53d1a0142c0e74e8920d9405381822fa045899306d6b1 1,582 0.75/1.00 vMB 40
386,169 386,169 000000000000000001fbeb5c4e13db628f751613e14fab1d9a5cca23029477ed 1,278 0.99/1.00 vMB 23
386,168 386,168 00000000000000000cee94328b3927db27d0c0048441da121ff6c00276706028 1,279 0.75/1.00 vMB 25
386,167 386,167 000000000000000002642fb454516f56e818102b2fff8d29a7c3df806a0dce62 1,058 0.45/1.00 vMB 41
386,166 386,166 0000000000000000008a84d8fd2a4fa55382b2358130b0941dbfed4b32f07771 272 0.61/1.00 vMB 9
386,165 386,165 000000000000000007cecbd209f8459f3440abe718f853ddae0dac3f0f2dc87d 855 0.33/1.00 vMB 39
386,164 386,164 0000000000000000092bf47a6d6181c5a471aea52f0b7f444b3ec07f76d75aa3 904 0.51/1.00 vMB 26
386,163 386,163 00000000000000000934e2edb843ecca0e7c681ca84c38f3701b31ceff67dbe8 393 0.20/1.00 vMB 74
386,162 386,162 0000000000000000020bc1c1e5996e579f838d20d8aa7b5a82e453cf5b4b2e11 339 1.00/1.00 vMB 8
386,161 386,161 000000000000000005c6f99cba37e0edd58bab1448f8256839deffef3c1a71dd 1 0.00/1.00 vMB 0
386,160 386,160 00000000000000000eaff19c7732a51dca9c8dd99b760937b35b1f5632eca8e2 997 0.49/1.00 vMB 35
386,159 386,159 0000000000000000066a47aa21fdc2923d5ae70270e4d039b2abbc5042829ffa 1,831 0.79/1.00 vMB 40
386,158 386,158 000000000000000006d4e9d85bc3df0214445a20e6a63d8b7560d6d6a0a8fb0b 657 0.30/1.00 vMB 33
386,157 386,157 00000000000000000d3278e91dd309500bdedb141ee2c8a7bf635a514baac452 382 0.42/1.00 vMB 16
386,156 386,156 00000000000000000108866cd57d873f44152afad89ff3e5a89cb0ffde5c4c4a 1,680 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.86 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: 712.90 GB
    • Received: 17.24 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.