Loading Tool

Explorer IconExplorer

Memory Pool

25,465 transactions
5.55 vMB
0.02733791 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.46/200 MB

Candidate Block

Mining Attempt d2efa30b6f213ebedd7cc335289e89c482dad11d13c4b01da21b1c40a3877eca
Version 20000000
Previous Block 00000000000000000000345b267982d34ee31839903b0f6a8bfad241a371fd9d
Merkle Root 9041cf9336ed5bdb8481b697d1b4dd88c8c50c41b899797e2107ad8061bc8867
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,554
Size: 0.52 vMB
Total Fees: 0.01415033 BTC
Median Feerate: 2.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,237 (650,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
262,636 262,636 000000000000000e155db0066cd2aa4b489dcf2e0365edf8f2b125ca48a29477 428 0.19 vMB 124
262,635 262,635 0000000000000006f71fc8801aa1f5b02ec6d5a239e9fbb5826ae3e3fa8725f6 273 0.15 vMB 80
262,634 262,634 000000000000000f209e460a884317d5146035148511ece54aec4a94bb52de9f 237 0.11 vMB 55
262,633 262,633 000000000000001057fff3bd61bcab5a9bd25f4af5702dc42648704687e75254 579 0.25 vMB 126
262,632 262,632 0000000000000011a0dfb0ae08f531acea62580d0ea3f8f29f53b99640426b30 927 0.48 vMB 108
262,631 262,631 000000000000000f4a7e4a2496a9689121832f828fd21ea0d7a77c496f494c59 286 0.10 vMB 102
262,630 262,630 0000000000000009641ab6b7a69ff1ede3931d630ac00bc6895ddd00492f86ef 171 0.07 vMB 96
262,629 262,629 0000000000000006f1c5e1bb0ea3cda4858cde5a7de4fc8586618e7c684316b5 133 0.05 vMB 102
262,628 262,628 000000000000000d22f717b529af70158c2ca8ff414328be3c750c5404f31cd3 303 0.15 vMB 47
262,627 262,627 000000000000000adc6e2ad406fe4741f6a7f5ab64b6adced64b13987ac0885f 125 0.15 vMB 13
262,626 262,626 0000000000000000a84addbb31bf9c74da210ee756ace611e442bbfb3a1e64f7 1,402 0.50 vMB 604
262,625 262,625 000000000000000ba86dc7c32c312c1d4dbae7211365c191276e34959b297b6a 180 0.08 vMB 81
262,624 262,624 000000000000000cbb46f7459a14aceafa7a7466943db37e697b29af876b2bef 174 0.08 vMB 71
262,623 262,623 0000000000000009ef551b94293dc2bcf5bd2f1dc7591fa362486bce8be2b354 230 0.11 vMB 21
262,622 262,622 000000000000000e6da5095df1f4448f96976395959799569385aea3735f251f 696 0.32 vMB 109
262,621 262,621 000000000000000f98ccea5457cbf73611764914d578a1ff62ce413e87f1e455 250 0.11 vMB 78
262,620 262,620 00000000000000127561118ec049c446515db365008e7d036462f70256d330c4 306 0.13 vMB 116
262,619 262,619 00000000000000037dd8f640acfe448ae8cf217b02133bb9aa96419c56acb59b 342 0.14 vMB 111
262,618 262,618 000000000000000cf1566d072d1d6434b740d3e2eb71f5940cbb24387eeb245c 100 0.04 vMB 48
262,617 262,617 000000000000000f9380800ce71d84e9204881bdeb8380f77da815383885edbe 501 0.21 vMB 122
262,616 262,616 0000000000000000117b3267d542dff7a0ed09b244e5ea816c2788dc8e96356c 544 0.22 vMB 108
Previous 10 blocks ↓
Total Size: 779.27 GB

Node Details:

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