Loading Tool

Explorer IconExplorer

Memory Pool

18,220 transactions
9.96 vMB
0.02466680 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.10/200 MB

Candidate Block

Mining Attempt 8d82396f967fc389aeef0162f72df0f0ad6f5fafe1d75020c7edf2062b015403
Version 20000000
Previous Block 000000000000000000001b0b9bba896b3a0a29c737d37d5b02c01e95962df631
Merkle Root 7b470766282c89caccbe0b876723a1b3c8c34b9c4b4759675d451db9ce2a9e72
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,807
Size: 1.00 vMB
Total Fees: 0.00873869 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,545 (654,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
258,625 258,625 000000000000000ce630fe974e7461624d2fbf9e0d788f6d5de72ddcf41e52e4 619 0.25 vMB 380
258,624 258,624 000000000000000b78898efaa99054d669991d4591b7f9e6182df900e4fd7d88 512 0.29 vMB 776
258,623 258,623 000000000000001acfdaa8c737008eba8398db5f3f3497d1f5e8e52321915320 1,193 0.50 vMB 255
258,622 258,622 000000000000001c454d2af2d124359c312c8ae2f7603948e74da2bfe4691bf0 183 0.12 vMB 58
258,621 258,621 0000000000000002a8aef563b23a68a448acfd011ca996e7ca789c38c78ae01d 176 0.06 vMB 162
258,620 258,620 000000000000000424cd1dd9811681c3f0234920ed142c1ae30ca7c55f285518 256 0.13 vMB 91
258,619 258,619 00000000000000235ab167d2a214f749b473538d20b34872b38ea190717bf2b2 57 0.02 vMB 14
258,618 258,618 0000000000000011e1d741d0fafe29a81b3bdb1aa75f7185d801166ed5bdeb48 337 0.15 vMB 762
258,617 258,617 000000000000001e3cfe325e377b1a428a5903e2bd768af7960520547bfa24b9 733 0.29 vMB 833
258,616 258,616 00000000000000222e791d04d53a7886fc1501150298fa6b87d3194f5fd621cc 357 0.14 vMB 1,908
258,615 258,615 0000000000000004c759bbe9c3c960e64ee3e03565aede2a8bea27d1630be196 162 0.07 vMB 86
258,614 258,614 0000000000000013384d129556bbed603f90bdd589e1add14ac5db65ab3cdb88 218 0.08 vMB 731
258,613 258,613 000000000000001227db6a6717bb89ae55a204925cd2e3ca5bb13305d3c7e525 73 0.03 vMB 78
258,612 258,612 000000000000000b251a3f6b6b2ea891c98cdaf2ff5a9d7b6ec2b1a84addc083 436 0.17 vMB 981
258,611 258,611 000000000000002448f0c9c1a8eb3f93fa316d27f8e287d6d50e286010fe762d 238 0.10 vMB 96
258,610 258,610 000000000000000ba1c7e66079819fecb2cf782833a56e759c30d0a04da2e7de 155 0.06 vMB 1,668
258,609 258,609 0000000000000004256267209a0e46f647afef53e54c426731f571e0f9003e8c 72 0.06 vMB 47
258,608 258,608 000000000000000b80e58cc77e27d68c5bd6bfdb05c614499bd775990731e823 106 0.05 vMB 62
258,607 258,607 000000000000000a4cc96f7ec42405e4ba68973c7d3911096a00def6f9df8075 491 0.19 vMB 124
258,606 258,606 00000000000000207faa26498c6e1724ae039280e7f3984be97392cb82f4d361 690 0.27 vMB 306
258,605 258,605 000000000000000a06fa8f84b921e52323717d132a6a412e8d50c637720ccd60 240 0.10 vMB 594
Previous 10 blocks ↓
Total Size: 779.81 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 410.01 GB
    • Received: 2.17 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.