Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

757 transactions (0.16 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,547 000000000000000000022b910000000000000000000000000000000000000000 0.15 vMB 742 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,546 (343,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
567,642 567,642 00000000000000000025127a7dffcd0b9c7e8128ce9c56ce4215c4f17ad3872e 1.01 MB 867 68
567,641 567,641 00000000000000000015ee5a7a74881d76107493c7b8506488be5911454296c1 1.00 MB 721 30
567,640 567,640 0000000000000000001b4b6b3f64a5f38cf1d719f8a3bb7fe66551657e7c93dd 0.15 MB 309 17
567,639 567,639 000000000000000000013b7a9d646e99f658eb554ca1daff265ca3e6636c21e0 0.96 MB 2,227 19
567,638 567,638 0000000000000000000b32eb9b0b58d1bdca1067feefecfa9c725edcfa1af4dc 0.20 MB 491 19
567,637 567,637 000000000000000000022d344ee7dd5f4981b15dc00e1ca8c16bc39ad3476d03 1.19 MB 2,400 17
567,636 567,636 000000000000000000196fd4ba9a7973ca457395dbf6ea7a5200e2d4314b2d16 1.28 MB 2,248 24
567,635 567,635 00000000000000000014b55d661ea36e21705dfe0c7c9c3c68e72dd9fb0e06cb 1.17 MB 2,062 10
567,634 567,634 000000000000000000040cdb70d414dfc024cd8734efe84bab3701712a035d33 1.20 MB 2,252 17
567,633 567,633 0000000000000000002a75d69cf46de9cf65b07036adae3e0401bb674f90ca63 1.21 MB 2,520 15
567,632 567,632 000000000000000000026151de9c706c719cc61c991c0b9506bd560b1b3f6f1e 1.31 MB 2,644 29
567,631 567,631 0000000000000000001b345ecb90469202ca9f3a2cb425d7fe54b0fefdb2389e 1.25 MB 2,407 15
567,630 567,630 0000000000000000000188970c9778023298fe11023f6ad81d50d7d22d25cf89 1.19 MB 2,337 10
567,629 567,629 00000000000000000024525771940a1717f3902cca3889f402a39155f1ae1580 0.00 MB 1 0
567,628 567,628 000000000000000000224d8ddf5e8d92aa5b2a84f9405f90b976e807705dfe4b 1.25 MB 2,360 16
567,627 567,627 00000000000000000018391bda9b3cf8fab574810a78b5d94777153cc9f887a6 1.28 MB 3,155 12
567,626 567,626 000000000000000000256180d1b7ab93b76fdcb6287c41f7b83a4a52afe53646 1.22 MB 2,669 41
567,625 567,625 00000000000000000019998b13a8e74c5175b6470d4381d465b294fab797d1a9 1.24 MB 1,884 5
567,624 567,624 000000000000000000068f7dea50125c021bea0b85f7d7d8156dc2fd763a35b8 1.25 MB 2,420 21
567,623 567,623 000000000000000000235ebe51a7ac77ccac3edacc69ec6f9a6358ddd169d3af 1.25 MB 2,685 19
567,622 567,622 000000000000000000057cd3717127f1bb97777b5a5e194348c35315d873e2d1 1.13 MB 2,077 9
Previous 10 blocks ↓
Total Size: 776.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,413.90 GB sent, 129.89 GB received

Notes

  • This page updates every 5 seconds.
  • 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.