Loading Tool

Explorer IconExplorer

Memory Pool

82,255 transactions
32.62 vMB
0.07595981 BTC
Random Selection Loading Transactions
Max Size: 192.35/200 MB

Candidate Block

Mining Attempt 1365a00a1b623cbc2bce34fefc85c6aea5ffec89be85d29053133ebe6c8b646b
Version 20000000
Previous Block 000000000000000000006f0eb19e528f2445f80ada1abf25aed95d9aa6aaaa08
Merkle Root 1ac594bba0304b40678a35e7689d13c82b1e93d38247d06c19c9ba1a5c49cf39
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,255
Size: 1.00 vMB
Total Fees: 0.01146082 BTC
Feerates: 70.37 > 1.15 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,945 (346,667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
568,278 568,278 00000000000000000010a347be817922f188885f77c08b0411dc880e9dfb5522 2,512 1.00/1.00 vMB 17
568,277 568,277 00000000000000000004455a045eb47a3ec1332c7061c45e513068ba2509acd7 1,454 1.00/1.00 vMB 5
568,276 568,276 0000000000000000000e582bc4dd86270e5421581a09a9a52a8355e5bafef895 2,794 1.00/1.00 vMB 36
568,275 568,275 0000000000000000000b6a335b4bf2af5f54784e4e1eb26d4ece854679f1feb6 2,679 1.00/1.00 vMB 21
568,274 568,274 000000000000000000139259767fa5e3c14515385b566c8b6222a668e2c4cb5f 2,450 1.00/1.00 vMB 43
568,273 568,273 0000000000000000002266e435f8b8698450bae8a6dbe1542887f029f260bf7a 2,441 1.00/1.00 vMB 8
568,272 568,272 00000000000000000011bc34a91b1cb00d153e6fed5c6a6ebf68791ede81ae86 2,841 1.00/1.00 vMB 28
568,271 568,271 00000000000000000009105e71cee98f78da97fa3bc1f6acb9fb536fdcf539a1 2,977 1.00/1.00 vMB 17
568,270 568,270 000000000000000000117bcd6b20c0004d14e4368f190205dc5de84f2760787d 2,802 1.00/1.00 vMB 45
568,269 568,269 0000000000000000001082cd0456f576eb99ae71e289501274d139a0334ec413 2,660 1.00/1.00 vMB 15
568,268 568,268 0000000000000000001648585c1e16bc8c7c48a8b1695bf97013de4f09ee481d 3,116 1.00/1.00 vMB 29
568,267 568,267 0000000000000000000a2add4f837c18dff8fc90ea1356a97f63cad58767c89e 2,712 1.00/1.00 vMB 37
568,266 568,266 00000000000000000015b6ba12af148823c8c640948d6c0f53b85ccf6b885f3b 977 0.36/1.00 vMB 20
568,265 568,265 0000000000000000002c8c34e03b29db81e484675134e0286be8a10dfdd48b49 1,478 0.73/1.00 vMB 21
568,264 568,264 0000000000000000000c68ece31cca658dadb7ae4fde7c4d4b2166902c05f496 553 0.26/1.00 vMB 9
568,263 568,263 0000000000000000002527c13b779e645fdb5844ee8e694fa41efa9a49484c71 3,041 1.00/1.00 vMB 23
568,262 568,262 000000000000000000276bbf3b8466fe1e1c8af1fc8bbb155acd35c2b20c2bdd 1,057 0.38/1.00 vMB 19
568,261 568,261 0000000000000000001455296771305e89557afd3d436d789f40b32ff21ffc3a 1,033 0.37/1.00 vMB 24
568,260 568,260 0000000000000000002c34fb8b950da1855b208d352829184ef191ac3e1a3009 1,358 0.46/1.00 vMB 35
568,259 568,259 0000000000000000000d8851376a94900abcc586f7841e301b5d0154ce41a683 2,023 0.69/1.00 vMB 24
568,258 568,258 0000000000000000001a8660a95af9f12fcff791399070b0b153769bbd718a5e 1,126 0.40/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.29 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: 657.13 GB
    • Received: 14.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.