Loading Tool

Explorer IconExplorer

Memory Pool

79,389 transactions
29.27 vMB
0.08853087 BTC
Random Selection Loading Transactions
Max Size: 177.30/200 MB

Candidate Block

Mining Attempt acf5eaea8fa8c714d930396df4745d8da7da43ac6ea723eb7bdbfbbd37a6d7b7
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 9087fa9d635e1577492f1ccb5e91e9d1caa559912f1e8233d4f7f2cf3eceb8a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,019
Size: 1.00 vMB
Total Fees: 0.02716555 BTC
Feerates: 146.36 > 2.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (481,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,237 433,237 000000000000000000b6be9ad99a0db4d72dc9d4240e52fdab6a7087f6044528 2,541 1.00/1.00 vMB 79
433,236 433,236 00000000000000000090289a4f7ec2baba99d3e2086fa339b681514d9033f562 1,151 0.53/1.00 vMB 59
433,235 433,235 000000000000000000e1ab572eae46e9b2dea26c4a11c832699bbf10c8b9dff7 358 0.28/1.00 vMB 49
433,234 433,234 00000000000000000057fe0d42b74a356f2013c86d41e2b73f507cb86692c10b 1,912 0.86/1.00 vMB 63
433,233 433,233 000000000000000001e390500c883082a088dd4a1ba113d2f8915fd81afe94b4 1,251 0.55/1.00 vMB 60
433,232 433,232 0000000000000000006e920b111ef641f6912267c9f928d4309cc42ed5f78ede 208 0.11/1.00 vMB 62
433,231 433,231 000000000000000001c8c55f2f4429aa7ffbcfc3484ba421ee4859bb5eb92ef8 1,158 0.99/1.00 vMB 37
433,230 433,230 000000000000000002054e5b9ca37c5bef0b9c8345b01127b6d642670f8c4694 1,490 0.99/1.00 vMB 42
433,229 433,229 000000000000000001bffe63fb7eab32e3f8d4c5fcd3d45c3d90538b69e4de0a 1,972 1.00/1.00 vMB 48
433,228 433,228 0000000000000000028ad07f24c1e5e7df845e2510cf1b426616305e7fbd62a8 2,873 1.00/1.00 vMB 82
433,227 433,227 0000000000000000022f5ab0f8c752960188b73065f668162985fc48373e804c 1,870 0.99/1.00 vMB 51
433,226 433,226 00000000000000000435d91ffca68161256a0d966560b9e7c90596e59e8dd9da 2,173 1.00/1.00 vMB 54
433,225 433,225 000000000000000001032e0218e5b5a2f03896750442e172f34e91b6590d529b 2,107 1.00/1.00 vMB 69
433,224 433,224 0000000000000000046027346b48e87275537a87c35db1b3f5d82dce30a74cf7 1,799 0.88/1.00 vMB 49
433,223 433,223 000000000000000000201fbce45e934ea97b13ee866a6818c6cd3bc53475512a 615 0.99/1.00 vMB 15
433,222 433,222 00000000000000000453dd97c73529743b165f030426c95393a20bcbc0cb486b 274 0.18/1.00 vMB 39
433,221 433,221 0000000000000000025fe4bf6fabf007bf103ab0eda70981408ec2d9d474a8a9 778 0.31/1.00 vMB 63
433,220 433,220 00000000000000000438e7aa124aa50d5d9c721f2b914523611fc129d9472988 2,396 1.00/1.00 vMB 57
433,219 433,219 000000000000000001770a64baf051f3400ace89a01e50e6d9347c2cbdefa411 2,458 1.00/1.00 vMB 61
433,218 433,218 000000000000000003575b300049e0989faac5e77992eace4b3919f915af349a 315 0.12/1.00 vMB 58
433,217 433,217 0000000000000000027fbe8c90b83e99c3182196a0e813a9d4cf5a610ae41464 59 0.02/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 782.58 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: 671.25 GB
    • Received: 15.90 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.