Loading Tool

Explorer IconExplorer

Memory Pool

41,942 transactions
28.92 vMB
0.07212386 BTC
Random Selection Loading Transactions
Max Size: 148.42/200 MB

Candidate Block

Mining Attempt 3f40668d833e2dfc47c06b592d8526f9b7c5d63a9939a47e30c4e486c9879a9c
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root cf61218e36ac8884264c5711af30c3f54db4eb8cba66182b8910ebb6f9042260
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,148
Size: 1.00 vMB
Total Fees: 0.01572663 BTC
Feerates: 100.19 > 1.58 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (346,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
567,642 567,642 00000000000000000025127a7dffcd0b9c7e8128ce9c56ce4215c4f17ad3872e 867 1.00/1.00 vMB 68
567,641 567,641 00000000000000000015ee5a7a74881d76107493c7b8506488be5911454296c1 721 0.97/1.00 vMB 30
567,640 567,640 0000000000000000001b4b6b3f64a5f38cf1d719f8a3bb7fe66551657e7c93dd 309 0.13/1.00 vMB 17
567,639 567,639 000000000000000000013b7a9d646e99f658eb554ca1daff265ca3e6636c21e0 2,227 0.79/1.00 vMB 19
567,638 567,638 0000000000000000000b32eb9b0b58d1bdca1067feefecfa9c725edcfa1af4dc 491 0.17/1.00 vMB 19
567,637 567,637 000000000000000000022d344ee7dd5f4981b15dc00e1ca8c16bc39ad3476d03 2,400 1.00/1.00 vMB 17
567,636 567,636 000000000000000000196fd4ba9a7973ca457395dbf6ea7a5200e2d4314b2d16 2,248 1.00/1.00 vMB 24
567,635 567,635 00000000000000000014b55d661ea36e21705dfe0c7c9c3c68e72dd9fb0e06cb 2,062 1.00/1.00 vMB 10
567,634 567,634 000000000000000000040cdb70d414dfc024cd8734efe84bab3701712a035d33 2,252 1.00/1.00 vMB 17
567,633 567,633 0000000000000000002a75d69cf46de9cf65b07036adae3e0401bb674f90ca63 2,520 1.00/1.00 vMB 15
567,632 567,632 000000000000000000026151de9c706c719cc61c991c0b9506bd560b1b3f6f1e 2,644 1.00/1.00 vMB 29
567,631 567,631 0000000000000000001b345ecb90469202ca9f3a2cb425d7fe54b0fefdb2389e 2,407 1.00/1.00 vMB 15
567,630 567,630 0000000000000000000188970c9778023298fe11023f6ad81d50d7d22d25cf89 2,337 1.00/1.00 vMB 10
567,629 567,629 00000000000000000024525771940a1717f3902cca3889f402a39155f1ae1580 1 0.00/1.00 vMB 0
567,628 567,628 000000000000000000224d8ddf5e8d92aa5b2a84f9405f90b976e807705dfe4b 2,360 1.00/1.00 vMB 16
567,627 567,627 00000000000000000018391bda9b3cf8fab574810a78b5d94777153cc9f887a6 3,155 1.00/1.00 vMB 12
567,626 567,626 000000000000000000256180d1b7ab93b76fdcb6287c41f7b83a4a52afe53646 2,669 1.00/1.00 vMB 41
567,625 567,625 00000000000000000019998b13a8e74c5175b6470d4381d465b294fab797d1a9 1,884 0.95/1.00 vMB 5
567,624 567,624 000000000000000000068f7dea50125c021bea0b85f7d7d8156dc2fd763a35b8 2,420 1.00/1.00 vMB 21
567,623 567,623 000000000000000000235ebe51a7ac77ccac3edacc69ec6f9a6358ddd169d3af 2,685 1.00/1.00 vMB 19
567,622 567,622 000000000000000000057cd3717127f1bb97777b5a5e194348c35315d873e2d1 2,077 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.70 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: 629.17 GB
    • Received: 11.88 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.