Loading Tool

Explorer IconExplorer

Memory Pool

80,713 transactions
29.77 vMB
0.09356335 BTC
Random Selection Loading Transactions
Max Size: 180.62/200 MB

Candidate Block

Mining Attempt 99047513d82615eb713dc51b6d85f1a22e432b536e2b5b2ef6c991f5f64b33be
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root ead4afa36ab7cc6dc470df5383d912c96b24cf2b87966cc46c7dfb07f8a26f72
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,979
Size: 1.00 vMB
Total Fees: 0.02661363 BTC
Feerates: 90.00 > 2.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (419,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,568 495,568 0000000000000000004957480d10e7453acdbea02d5f28838a9ddf4736ff676f 2,487 1.00/1.00 vMB 91
495,567 495,567 00000000000000000065cad0012c8ee1f0b2c651a009904f4b59b22a996830a5 2,344 1.00/1.00 vMB 132
495,566 495,566 00000000000000000036661f61f9047fc17213e2a70b48c1fda749c9a352e569 2,419 1.00/1.00 vMB 222
495,565 495,565 0000000000000000008f46a15377ec7ea5fb716ef70361fc76eb9d110c06fd4f 2,640 1.00/1.00 vMB 231
495,564 495,564 00000000000000000077926710c6c224d359cc5729a97ebe63785aa87a01f929 2,190 1.00/1.00 vMB 220
495,563 495,563 00000000000000000046e979ab833ecbf9ea8e935e8ec8a8a2f453ea7c94edfe 1,812 1.00/1.00 vMB 367
495,562 495,562 0000000000000000002e8809073997a1803509e84cf310af45a6300536c0a8db 2,608 1.00/1.00 vMB 212
495,561 495,561 0000000000000000006528c066e1c7b0b7b813bc862eeb40503852f047f34bd1 2,662 1.00/1.00 vMB 75
495,560 495,560 000000000000000000c01711df9fc33243b4a5a25675af25aa40818576915fe7 2,513 1.00/1.00 vMB 140
495,559 495,559 0000000000000000006f129a5293410540436dd4c33e9a923044062d39f00ba8 2,120 1.00/1.00 vMB 84
495,558 495,558 00000000000000000030aade3b148454a086a69709c7f576f9798dca93b3f433 2,753 1.00/1.00 vMB 101
495,557 495,557 00000000000000000023d602cee1d129c0e69cf5a672d26dfd446cc47cb42781 2,416 1.00/1.00 vMB 170
495,556 495,556 00000000000000000012e87224b700dae0f22f3dcb3a45c6da65c1744befb270 2,495 1.00/1.00 vMB 207
495,555 495,555 00000000000000000010a142ac8f713aeaecdcbc15f4bd3f0e79ddf8fd37bbd6 2,265 0.93/1.00 vMB 189
495,554 495,554 00000000000000000048de496cd3873651f85ef22f7e360b0234f03322d1fad4 2,491 1.00/1.00 vMB 179
495,553 495,553 0000000000000000008eeae005dbe1a77bad0876de9fa5364345ecaf6b4fc0c1 2,440 1.00/1.00 vMB 159
495,552 495,552 000000000000000000485309c5af81c4b3b797c554c6206debba7145c16dbc8e 2,334 1.00/1.00 vMB 365
495,551 495,551 000000000000000000bd9f24057158916c0316fd00d7d98b766b9566696f15bb 2,256 1.00/1.00 vMB 241
495,550 495,550 000000000000000000bf9e52e04bcda5297832aef5e72840a7d566da59c996e2 1,737 1.00/1.00 vMB 146
495,549 495,549 0000000000000000005fdf859c1f51d25744dfb6f2575784101626e0a909d1e0 2,114 1.00/1.00 vMB 198
495,548 495,548 00000000000000000062f3594cb3740ea9b81aa2963c8b116b94bb5a63236856 1,979 1.00/1.00 vMB 404
Previous 10 blocks ↓
Total Size: 782.63 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: 672.33 GB
    • Received: 16.20 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.