Loading Tool

Explorer IconExplorer

Memory Pool

78,004 transactions
29.20 vMB
0.08406262 BTC
Random Selection Loading Transactions
Max Size: 176.41/200 MB

Candidate Block

Mining Attempt 5650b6c100d7ff56d2f4958ba3d4e68e8b443619f0bb4d8dbf3bbecc68e1b61f
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root 392c0da2c985a707d0910513343c8d7af59fb03274afe53cb027e683921bb1e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,810
Size: 1.00 vMB
Total Fees: 0.02293391 BTC
Feerates: 302.06 > 2.30 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (361,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
553,250 553,250 0000000000000000001b592dfcd166df0a144edd43b6d7c60c6b7d86b8bf53dc 2,778 1.00/1.00 vMB 15
553,249 553,249 00000000000000000028ac4c8adb2d802a0f9a887961bec28039acf0e3640a06 2,710 1.00/1.00 vMB 36
553,248 553,248 0000000000000000002f82a1d5d29dc523e2650c2b230e4fbb24980a240b05b3 2,000 1.00/1.00 vMB 10
553,247 553,247 0000000000000000000b893b9b69e64ee27414217b5c554128e7879b6c2c1091 2,524 1.00/1.00 vMB 22
553,246 553,246 000000000000000000061e02476d767ae4260458308f8763e531128dd4ffb944 466 0.18/1.00 vMB 17
553,245 553,245 00000000000000000005aab4a99cfd9f675301e6eb7b1b590311c693d6b25839 242 0.31/1.00 vMB 5
553,244 553,244 00000000000000000004d8cd516071e3b0e6e28380cd4ef7fd381ba37a124f77 2,255 1.00/1.00 vMB 4
553,243 553,243 00000000000000000023fbe8523391f2155f5c5b2eb57568185ad3a8a3703d79 2,583 1.00/1.00 vMB 17
553,242 553,242 00000000000000000014b6df655e2d0a3976275cc9238a9dec6f9a3f1e70f4f7 2,210 1.00/1.00 vMB 34
553,241 553,241 00000000000000000015aaea2e240a40c8cf7e3f0f9968a40dd0e07af88f6e02 355 0.17/1.00 vMB 15
553,240 553,240 000000000000000000016d1983004b02fc32513e26056d754f4b2678b7b287cb 948 0.72/1.00 vMB 8
553,239 553,239 000000000000000000300ad75dfd113aba00e9b2d5364a38457e7232870e2945 2,328 1.00/1.00 vMB 6
553,238 553,238 00000000000000000016e01e07c9b1d882543e2511d61d7ea876798ea6edfd24 2,240 1.00/1.00 vMB 16
553,237 553,237 0000000000000000000d67010c4f3a809bbab5cb456922d1c1bae7b9892ac07a 2,259 1.00/1.00 vMB 25
553,236 553,236 00000000000000000025d95e9fcd24b5956fdcb008e117bab1a103229f6c3098 2,391 1.00/1.00 vMB 32
553,235 553,235 0000000000000000001e7e7231008bc718333fa49e36837d0493ab1838ba61a3 1,217 0.96/1.00 vMB 2
553,234 553,234 0000000000000000001c6be309ea239ebdc5f9ee0b3d8adfc18e176342401ee9 2,772 1.00/1.00 vMB 21
553,233 553,233 0000000000000000001a79b3c06572e8f453c12dbf30880e3460f8cc7737e888 2,697 1.00/1.00 vMB 21
553,232 553,232 00000000000000000008b93af40b7d2b16d0848a336a872e8a0cc998457ae27e 2,433 1.00/1.00 vMB 21
553,231 553,231 0000000000000000001fac8b289ca8e6c457d1c0fa008d88e0f62de1f96d3784 1,691 1.00/1.00 vMB 7
553,230 553,230 00000000000000000021805996d54ad3154e84242621512891d872422725ae81 3,213 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.62 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: 671.98 GB
    • Received: 16.09 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.