Loading Tool

Explorer IconExplorer

Memory Pool

45,546 transactions
29.87 vMB
0.10678311 BTC
Random Selection Loading Transactions
Max Size: 154.66/200 MB

Candidate Block

Mining Attempt ceb49770e4dffb1f6f03d317a7734e92fb5981ed3c854b31bccdb45d0b4968ac
Version 20000000
Previous Block 0000000000000000000088aeb2f6ddaa71b9393d28b738c65cd40abb7d78efd3
Merkle Root f6b5c0540cc57a31c670d293c22942ac1b50266bdbde008f48b430e2154badae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,076
Size: 1.00 vMB
Total Fees: 0.04718260 BTC
Feerates: 302.06 > 4.73 > 0.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,615 (556,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
358,178 358,178 000000000000000012e8480981f74cbc0ee499e97ca0a6449a69f8e25f9187a1 165 0.08/1.00 vMB 21
358,177 358,177 00000000000000000d9a73d91c8522326a775066eadc68e7fca707c9d2ac7438 704 0.43/1.00 vMB 21
358,176 358,176 00000000000000000de1fa5af66b2b75c7b1c9124e876bff6ded182f477c200a 843 0.35/1.00 vMB 33
358,175 358,175 0000000000000000035bca938559958ce78fe6da15157931d95c889d2a322704 603 0.38/1.00 vMB 19
358,174 358,174 000000000000000014db720c7e2b8d1fad7b77b3f2b4d59ad8d7756ccda9d475 1,752 0.75/1.00 vMB 37
358,173 358,173 000000000000000003ba10d1af3999061a6c903e6494c91c319644ac85df32d6 1,525 0.71/1.00 vMB 29
358,172 358,172 00000000000000000633788eb1e2ab9c6cb81a2894c326726c72bb1ef3ad5a05 457 0.22/1.00 vMB 29
358,171 358,171 00000000000000001080d6f8b37f50b3079473bf7acf936ce4e95ba09ce3ef41 1 0.00/1.00 vMB 0
358,170 358,170 00000000000000000f51cf4f1e0286664f01c53f493e74d224d6f6ae69829656 184 0.10/1.00 vMB 23
358,169 358,169 0000000000000000146e880587e3d56ea5de0e9a7f4e45953bef22ee1a2e8603 630 0.34/1.00 vMB 30
358,168 358,168 000000000000000004b14c18d594e4d62e8ed56fb322eb2cc848048f8794690b 437 0.20/1.00 vMB 40
358,167 358,167 000000000000000014af26c292cbaf7a57443e681c753e7a4eb12949b8b6c147 964 0.53/1.00 vMB 27
358,166 358,166 00000000000000000dadd4da6da910f4a2b65b32a4ce6005ce0bbfaa762b6de1 292 0.14/1.00 vMB 22
358,165 358,165 000000000000000005ecc37a86ec7ee3fce7d2d643f9712587b453c6141dd454 424 0.23/1.00 vMB 23
358,164 358,164 0000000000000000105f9d28e9f66aeffb74e56b4f12e94654c4c54b8da5bfce 666 0.39/1.00 vMB 24
358,163 358,163 0000000000000000156ada09fcf910f2b570c64529419a0d98719e6a6d96c36d 215 0.10/1.00 vMB 29
358,162 358,162 0000000000000000110ec66ef55190f1ef5048dbfc3c2e20f19b6d414d7e9928 151 0.10/1.00 vMB 22
358,161 358,161 00000000000000000770f944f28a1629197d644f958fe4f886ddff5c6721c7a6 252 0.16/1.00 vMB 18
358,160 358,160 000000000000000012062cf337f52d3a8cf59fb87c9fcb7b5d5d50efe5b2bfde 139 0.08/1.00 vMB 57
358,159 358,159 000000000000000009b5e6f2f57a983e67796fe31ef46e02116023743b1e2087 973 0.53/1.00 vMB 30
358,158 358,158 000000000000000010f922a09bd06bb0ea244f9bbc6a11defbe182e3affd28fc 484 0.25/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.71 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: 629.39 GB
    • Received: 11.91 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.