Loading Tool

Explorer IconExplorer

Memory Pool

79,336 transactions
29.74 vMB
0.11134601 BTC
Random Selection Loading Transactions
Max Size: 178.51/200 MB

Candidate Block

Mining Attempt ad3fb57c321e09c83e94cc9cba57d81fc097717855222a33c70a926d214baee7
Version 20000000
Previous Block 00000000000000000001115f152a1dc031c831cba708e9cde5f1c67ecfca11d2
Merkle Root f56a7215e6578940638d1433cac51762845b481f9a64600ec1f24acafafa408b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,056
Size: 1.00 vMB
Total Fees: 0.02733086 BTC
Feerates: 150.74 > 2.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,301 (449,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,347 465,347 000000000000000001671ed524468c33d1649bd3eb409abbe757fc3fcb2bed54 2,116 1.00/1.00 vMB 183
465,346 465,346 0000000000000000005bf343bc5d617dccf87a4c951e56bd7d32ae38b678b71f 1,183 1.00/1.00 vMB 136
465,345 465,345 000000000000000001a0cb8380e5d79692fb794e307459aab7d1ce6d7b014598 2,336 1.00/1.00 vMB 253
465,344 465,344 0000000000000000017004e719e9617282b290fb5fe8f93df62d2d3e0059eafb 3,223 1.00/1.00 vMB 156
465,343 465,343 000000000000000001e8cfcd1075589ca70133366dbe9dd3a6305bb912d7bae3 2,269 1.00/1.00 vMB 184
465,342 465,342 00000000000000000124d0d91e1fc9d7c9be4bfd31223f72fcb3f4b27233b07b 2,520 1.00/1.00 vMB 214
465,341 465,341 0000000000000000019de646063018bef98c43a3b053be827927e1be1803fce1 2,558 1.00/1.00 vMB 150
465,340 465,340 0000000000000000004d251fed390ec8a668cb5f7831c90dfbacf71ad9fa4e30 2,006 1.00/1.00 vMB 171
465,339 465,339 0000000000000000006876fc95505a90646d124611b4ad8c13cc62e3ff5c6ad7 2,105 1.00/1.00 vMB 259
465,338 465,338 0000000000000000002e72010ab2418abf18484becaaaf79df4e394685250aea 2,036 1.00/1.00 vMB 230
465,337 465,337 0000000000000000008b91c37d33041338c4bc6671b95cd1e2f16cd22db78ee8 1,904 1.00/1.00 vMB 172
465,336 465,336 00000000000000000072a67bb31a204fb82ee27a3565d3e8b95cfc3e42debba1 2,332 1.00/1.00 vMB 157
465,335 465,335 000000000000000001f61273a28a4317757b89b9febda0f739fed3dd48a1ecc9 2,295 1.00/1.00 vMB 212
465,334 465,334 000000000000000001e96c6d5d289a1f52e2bfbf37033fedf5d8e602b6e739d3 1,943 1.00/1.00 vMB 132
465,333 465,333 000000000000000001231c7c723f06e36acaed457c6f739c6ffb782fe4185516 1,948 1.00/1.00 vMB 260
465,332 465,332 00000000000000000131e7b2c063da1e59ea22f3e0f0d95e3dc7fe6fb96c0ab2 2,061 1.00/1.00 vMB 199
465,331 465,331 000000000000000000a0c1c9f29659ed6af081d8195d5d2f342f4c01832b2ddb 1,443 1.00/1.00 vMB 177
465,330 465,330 000000000000000001568e1aa5d3f74b0e06d6ccb9edfb35e6ff0863a7845f24 2,134 1.00/1.00 vMB 173
465,329 465,329 0000000000000000007c43b0de2e7aa9fc9c1a0b88bb98e04374330e13c514e5 2,194 1.00/1.00 vMB 160
465,328 465,328 0000000000000000008ce59f3fe6b20f70cce59373d56e2a54d0160cb8f85998 2,257 1.00/1.00 vMB 196
465,327 465,327 00000000000000000028e830e241cebe49ec3ad41e0462677211766af0b5ddea 2,267 1.00/1.00 vMB 216
Previous 10 blocks ↓
Total Size: 782.91 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: 714.02 GB
    • Received: 17.50 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.