Loading Tool

Explorer IconExplorer

Memory Pool

25,880 transactions
10.78 vMB
0.02604413 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 62.62/200 MB

Candidate Block

Mining Attempt 658564bca7786e8ee36d37413d04638c14379bb41267cda3f6e4fed91968b850
Version 20000000
Previous Block 00000000000000000001d03d7b5a4798ecfd40bbc4b9b1da8958f86d96065fbc
Merkle Root 2ea2df49551a1733dc24d656f618e8e2dd0b65a1aeb5119744a1da98e67946b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,951
Size: 0.99792725 1.00/1.00 vMB
Total Fees: 0.00834739 BTC
Feerates: 101.38 > 0.84 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,600 (627,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
285,605 285,605 0000000000000001785e5a843075cf6ca20c4988410997e4c4faa5b94dad95ce 189 0.10/1.00 vMB 39
285,604 285,604 0000000000000001169a61f0dba2848c7a75424fc1e328c03e55090d8ed21584 271 0.17/1.00 vMB 30
285,603 285,603 0000000000000000b9a802520e95c5f07277b0b9b22a5a1bd7955029e605d461 21 0.02/1.00 vMB 25
285,602 285,602 0000000000000000b99a3561fc932ebfcd02db1e4578e7c0f7c0259248c48a32 191 0.10/1.00 vMB 20
285,601 285,601 00000000000000011f71027b076b028440e9f00e24927d2baeced27a6e570915 414 0.37/1.00 vMB 23
285,600 285,600 00000000000000016bcec5831cb6e48edcf7d9becf53a6912405c44cfa8863fe 709 0.25/1.00 vMB 44
285,599 285,599 000000000000000184f333c1beb3e8a556affe2295485cbff6297b4376010728 347 0.15/1.00 vMB 39
285,598 285,598 000000000000000131939498894cd51d06b7f8643bf513c7fb1dd9c98015f92e 23 0.01/1.00 vMB 18
285,597 285,597 0000000000000000e4c661f8a0d208bfef8da1b9f12e7664934409cf37bebe58 156 0.20/1.00 vMB 17
285,596 285,596 00000000000000008a04bf46d08e1ef0a93f29a24ed74dbfdae287e299363166 606 0.25/1.00 vMB 43
285,595 285,595 00000000000000002061fb8cfed1422c32587636a87634c47606be9ecb0ce57d 608 0.25/1.00 vMB 43
285,594 285,594 00000000000000007e5db16cd79f0c508fce97088b0941a1fc10e4ba331a7955 207 0.35/1.00 vMB 26
285,593 285,593 0000000000000000a41eed877bddb540263130ddd605b3973bcd00fab0bbeabf 491 0.50/1.00 vMB 22
285,592 285,592 0000000000000000765426c8d905d5ecf27827587f5dc02c3088e18236770465 1,031 0.35/1.00 vMB 40
285,591 285,591 00000000000000003c6623e2c9675b15d9feb6fd700da45d046a512843fdd7fe 141 0.06/1.00 vMB 95
285,590 285,590 00000000000000001774180ef20b1a621340c3d9b131dd3fad3e8c327c7ec903 119 0.06/1.00 vMB 220
285,589 285,589 0000000000000000b35365b0c8b064da43040696fb656197aff918e23e050646 620 0.35/1.00 vMB 30
285,588 285,588 00000000000000018956a3f54be25b2a9c2744c4265b118fa6c92b53f0aae76d 130 0.17/1.00 vMB 14
285,587 285,587 00000000000000002efd0c54ee2ce8055d3b37bf6b2d3e7910da4780c62572fa 533 0.35/1.00 vMB 33
285,586 285,586 0000000000000000e3debd3a8f056f6a93575cf7605a7af6ff5f01e5f4d1762b 534 0.35/1.00 vMB 38
285,585 285,585 00000000000000013f219687527fdf0e5aade4df343a8a293cbb8ba9a638acd5 17 0.01/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 779.90 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: 459.08 GB
    • Received: 2.63 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.