Loading Tool

Explorer IconExplorer

Memory Pool

81,054 transactions
30.11 vMB
0.10509750 BTC
Random Selection Loading Transactions
Max Size: 181.59/200 MB

Candidate Block

Mining Attempt cc5db25f20a1283cfd57a94bfa782cce9561b751a0eae3a00b326089b81c9d76
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 06f4716c5ab5535dd878c174348b24f35f1409c49cd894dd116c0b487a57e2e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,053
Size: 1.00 vMB
Total Fees: 0.03697974 BTC
Feerates: 100.25 > 3.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (802,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,162 112,162 000000000000dccfdda97f2a87914082014066fcaef5c365e485031fcb0f11fb 2 0.00/1.00 vMB 3,861
112,161 112,161 000000000000b08ccb0f46eb2d5747100ba9111f7cf0bd45a8afbc0a3aa685aa 4 0.00/1.00 vMB 1,086
112,160 112,160 000000000000115e91dff20cb887745b4b421083ac93ed41b70526c417ee85a6 4 0.00/1.00 vMB 1,418
112,159 112,159 0000000000006ef0be2134b95f3e6440d38017a6e2f3496a4d25a3fd31f044e0 16 0.00/1.00 vMB 1,874
112,158 112,158 00000000000101eb7e414e3838db4e93584dc54638e2fd5ca9860364b4ae2421 2 0.00/1.00 vMB 0
112,157 112,157 0000000000008c694dbe61374afd559fbe6b12deb299fb34c9aae5bd9f6cee2f 1 0.00/1.00 vMB 0
112,156 112,156 00000000000117df93932ba9a8b4e583362d7d18b7e625422778796bec6f83a0 6 0.00/1.00 vMB 0
112,155 112,155 00000000000054895dfdcc3f3b966b32370c91d2692b328e63273bc9f0e98dce 6 0.00/1.00 vMB 347
112,154 112,154 00000000000095d5c04545d49ca0956f2975eef9596d7b3e650342b9f33c6e5c 5 0.00/1.00 vMB 1,038
112,153 112,153 0000000000008c2c7d03b65dfc156e05e5b4bbf11d928305fb33d8607bd531d5 2 0.01/1.00 vMB 0
112,152 112,152 0000000000001063810793310cce318bb9aa51f3b070b8dab866c7a61354b1e2 25 0.01/1.00 vMB 432
112,151 112,151 000000000001026f91cddf61c9cd232e3299698b83773d2a1193ea07ab7e48c7 12 0.00/1.00 vMB 338
112,150 112,150 0000000000008b92ea861511bbe9851d78096c05b839e3b7f44a37ed533ba798 31 0.01/1.00 vMB 848
112,149 112,149 000000000000a74b0ccee8bf088ee28c5961841ec8cef81a1a451be425669cdb 2 0.00/1.00 vMB 3,875
112,148 112,148 0000000000007ef708e3711eadc19279974edd6d3f99f77453fea5b995ea962d 3 0.00/1.00 vMB 0
112,147 112,147 000000000000aaeb8e5dd9204630b738c5065eb6413a15e5fcd25801d313aecd 5 0.00/1.00 vMB 570
112,146 112,146 0000000000007097eaf4e37bd51ec0dc539fc71214a95af274f55310a1a77cc6 2 0.00/1.00 vMB 0
112,145 112,145 0000000000004894e92cec1dbb6627424252ca10956d30cd6128f53153a0c14b 2 0.00/1.00 vMB 3,875
112,144 112,144 00000000000043869e2fc54fb97e685ed299da4c5c15d817bc6db64e1202e2b0 8 0.00/1.00 vMB 635
112,143 112,143 00000000000065ce3415f306ab16d84f64975638f1c19ba545eda0711bbe2aa7 1 0.00/1.00 vMB 0
112,142 112,142 0000000000005b304efbb85c8a8c056950c774da379a1fe3d08a8a818572644b 4 0.00/1.00 vMB 1,088
Previous 10 blocks ↓
Total Size: 782.56 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: 670.18 GB
    • Received: 15.83 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.