Loading Tool

Explorer IconExplorer

Memory Pool

79,408 transactions
30.31 vMB
0.12517252 BTC
Random Selection Loading Transactions
Max Size: 180.33/200 MB

Candidate Block

Mining Attempt 97a9dbc22e76ed796350e7919362d9de897bab5851d3052eb28299a6678a6a67
Version 20000000
Previous Block 000000000000000000010026c30848cbcc1679bc49d9573a0419ebbd657413b2
Merkle Root ac5d2fe3b1e6051bc3c75c339a1b3da65fa44ee621a2d0c0a205a52f6c62fecd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,418
Size: 1.00 vMB
Total Fees: 0.03208107 BTC
Feerates: 301.69 > 3.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,302 (575,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
339,358 339,358 0000000000000000150177d59a7ef8b9271c7219fc5c6b905eced8f8ffd5a67d 519 0.35/1.00 vMB 21
339,357 339,357 0000000000000000175cfb1925b00449f82c7d24ae1bbfd0bd8f6330ea619a1b 1,005 0.56/1.00 vMB 25
339,356 339,356 000000000000000007c8cf308c9bcbe464954f5cbeaac7b01714012d402abb9f 498 0.67/1.00 vMB 13
339,355 339,355 0000000000000000127599f18a7d2513fa3bb93235071af5f6b51f28a66c66e4 2,010 1.00/1.00 vMB 25
339,354 339,354 0000000000000000169f564d90d70d287fa8ec0772f5f2e2cd8fe5cc2da7e8c6 1,498 0.50/1.00 vMB 39
339,353 339,353 000000000000000014652c10ca44949531b4c54c72e9cf00d4bb4cae37a5f36e 206 0.12/1.00 vMB 20
339,352 339,352 0000000000000000032ac82856cd113ccce2f89887bc7e478124b88e66d46e66 899 0.78/1.00 vMB 19
339,351 339,351 00000000000000001108c293e90efe6aa62e1ea0fe73f21fc2ac09116115a5f6 1,137 0.71/1.00 vMB 25
339,350 339,350 000000000000000004b005c53d26e6c485eb61328cb448e32ee6ff8f64a03f88 169 0.10/1.00 vMB 27
339,349 339,349 00000000000000000bde7203c6f6938d4e599de1e8701e2bfb223d67972e0c0e 143 0.12/1.00 vMB 14
339,348 339,348 00000000000000000626acf2cac64ed85fc6e7b19a737a1c75a2d5f70953909f 599 0.51/1.00 vMB 26
339,347 339,347 0000000000000000095b9350b91921c28592ef8fd88ab79675717affe8ebd281 140 0.18/1.00 vMB 18
339,346 339,346 000000000000000013f56f82cb2b44ea7bda35ab1b8ac8eb7f507a3eae8dbf44 118 0.05/1.00 vMB 24
339,345 339,345 00000000000000001013413ada57552afea6c91ffaac2ed4c9a5d381a7a30d27 1,054 0.94/1.00 vMB 18
339,344 339,344 000000000000000003fa8a577ca66805de9ef3b4f60cbd2db9d45392ec2d45f8 342 0.27/1.00 vMB 20
339,343 339,343 000000000000000005fcdc4a9f90e53d8cebd66aa818c6af3d4efa396ce8f8fe 14 0.01/1.00 vMB 32
339,342 339,342 00000000000000000f0f6d23b47f8b3eb368852fb4f62f05dfd78e900b966448 596 0.56/1.00 vMB 19
339,341 339,341 000000000000000018580da584894f26d6ce489aa4422318ca82f58488adf8ed 182 0.68/1.00 vMB 11
339,340 339,340 0000000000000000166c9ff94692ab81c2600895036f6587e21e1308663a9be6 788 1.00/1.00 vMB 17
339,339 339,339 0000000000000000068d68197abd1a2c127921f4d3e48a271315c9aac0196311 1,520 0.75/1.00 vMB 28
339,338 339,338 000000000000000008242602cc4f25584bdd421056c6fef1890ca27fb7f07595 613 0.67/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.91 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: 714.22 GB
    • Received: 17.52 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.