Loading Tool

Explorer IconExplorer

Memory Pool

21,559 transactions
5.12 vMB
0.05375597 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 36.75/200 MB

Candidate Block

Mining Attempt 094396d849cce7fdf1c640adfe54bfdd014347b677287ccd6d677f683a64d9ef
Version 20000000
Previous Block 0000000000000000000135cf188d0be31649f31414dd4244fc78fb504c0b291b
Merkle Root 79637d36fc55a9e4b7eb5afe1a549a0cfe6cc3fcf37d204578fa62938ddbd7b1
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,415
Size: 0.69 vMB
Total Fees: 0.04219763 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,987 (721,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
191,076 191,076 00000000000008347cc4aa6619308bb8f6c4f618cb49fde740a38fb78d8a883f 0.00 MB 13 150
191,075 191,075 0000000000000468199adfc118bfdbcb2ba6cce0e270ba763712fe06df9db4f5 0.13 MB 313 368
191,074 191,074 00000000000008a978b89f8a4d03f1a2f69ee6521ba6365592e6d784f3bed7e9 0.04 MB 105 112
191,073 191,073 0000000000000348fa79bbcf7c7f545228f8ecd9d70d767f028f88e7bcca8ab0 0.08 MB 171 143
191,072 191,072 00000000000000bf1e6f9bcacbc688fa86e6b046e460259e717e816d20211471 0.00 MB 12 854
191,071 191,071 000000000000067802e780e299cffb29989704f68230c37f3310764221c416cd 0.02 MB 61 729
191,070 191,070 000000000000065e68a609ccbf5a83919c9522a62fb0c8486005c06d76547f72 0.01 MB 34 94
191,069 191,069 0000000000000018cd7adcea5e8aa071d03a88542356f7620b30dc1773f517c3 0.02 MB 40 86
191,068 191,068 0000000000000678656ce2f3091f25d47fb17c309d5134f8de68a67522256673 0.03 MB 110 43
191,067 191,067 0000000000000605836ccf9aee2b4de3e2edfe5e54ad56876bdeed05ff009082 0.20 MB 485 173
191,066 191,066 00000000000001401311199c4769fd43c7bc6626d045d10390c095787ecd1181 0.00 MB 1 0
191,065 191,065 000000000000000b3556e798b523d044231041063b4613f8cc6425a78f75ced8 0.04 MB 107 715
191,064 191,064 0000000000000353c219f431494fa33de9c5bdeb0095ca635cab5445327e74df 0.00 MB 6 0
191,063 191,063 00000000000002ca05a54e42e55e5987901ced0ce691e9afcc2a6755e42adf54 0.03 MB 64 118
191,062 191,062 00000000000006b5e8a8254f1d99c61d32d549bc86aad9be02ebe607535b32dc 0.09 MB 179 104
191,061 191,061 00000000000001cdd4dbe66ff45ac97b49c497776992ff533f79696c7ff392ff 0.03 MB 44 149
191,060 191,060 000000000000065cc40cad138f1d920ec33b522316909978f11e419db585a21f 0.00 MB 13 794
191,059 191,059 0000000000000151757eb00298c2348f57118a7d87480d840a9ae0fcd126e345 0.04 MB 88 86
191,058 191,058 00000000000005d20a94fce5718d6495a5ebb621646b3f2c500f54409678c13b 0.02 MB 30 206
191,057 191,057 00000000000007981ea4bc1bbadbba5bb9732e6b69a25dbe309185c60109213b 0.16 MB 457 125
191,056 191,056 00000000000006e3821b26aa607c3d401596072c4d5d1c942c72917fc294a4b7 0.25 MB 600 137
Previous 10 blocks ↓
Total Size: 778.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: 363.75 GB
    • Received: 3.29 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.