Loading Tool

Explorer IconExplorer

Memory Pool

41,928 transactions
28.21 vMB
0.07038478 BTC
Random Selection Loading Transactions
Max Size: 145.13/200 MB

Candidate Block

Mining Attempt 97b85c446b6c418c3c2c9cdc6e758c26f9870c894de70f313ff4441c9214c848
Version 20000000
Previous Block 000000000000000000001575d499d27a6e9805527fd037e437eb755b38e6f4e7
Merkle Root a615a6d2e1901456d0d953512b0cc3126e8f162d560fcef412a2a16384f5e97a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,514
Size: 1.00 vMB
Total Fees: 0.01509675 BTC
Feerates: 100.56 > 1.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,640 (815,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
99,612 99,612 00000000000217e2f7e850a2726469c0179e52af4a46ad92deb497f34d10eac8 1 0.00/1.00 vMB 0
99,611 99,611 000000000002466b9ace731529a266e00127524ada6b5e7e22209cc93c5137c6 1 0.00/1.00 vMB 0
99,610 99,610 0000000000038cca401eb13aca5694048bfbbf65c3a580412464d86bfd96fecb 5 0.00/1.00 vMB 0
99,609 99,609 0000000000036dae78d736e18fbc9f88e544e9bb156c85488c3d983ad35a5441 3 0.00/1.00 vMB 0
99,608 99,608 000000000002be6278f9a5358fee4b0b7a8f03820b1996b56f85274f0d7e4786 2 0.00/1.00 vMB 0
99,607 99,607 000000000003c385691273bff77bdff4b40682d062f29b7ff6a2cf712175b3ab 1 0.00/1.00 vMB 0
99,606 99,606 0000000000016b1da1b395cbeeae4c65b224ef7ee1490014b6b69ce5d28417f6 1 0.00/1.00 vMB 0
99,605 99,605 00000000000186261bd02f1901a913dd4bfb3b0b3a6bc491ab91b98f99083895 4 0.00/1.00 vMB 0
99,604 99,604 0000000000005c86312ad4b1752a914ed62d66aa60e49d4b779965c8eddb8843 1 0.00/1.00 vMB 0
99,603 99,603 0000000000044194d6957c2f33bc3a8d74ba7ad684b6c9561695528685969b94 2 0.00/1.00 vMB 0
99,602 99,602 00000000000422738f634b4d880bd27d130373636d188dea33ca0301bb6454d3 1 0.00/1.00 vMB 0
99,601 99,601 000000000002cc73b21cbb3830b323a22c581fbf592e5707af48dbcee0c0fb3f 1 0.00/1.00 vMB 0
99,600 99,600 0000000000046f21953c9d463c27058b2567904134ea781affc852b65ab8b85f 2 0.00/1.00 vMB 0
99,599 99,599 000000000003f61784e799eeb2ed8051c86d3395025b5f1da500430b47489c39 1 0.00/1.00 vMB 0
99,598 99,598 0000000000043c2e52197d00602eb738fe6ef9f234a1484365033946c8bda5e2 1 0.00/1.00 vMB 0
99,597 99,597 000000000000e04cfb4e59f06366857575199f0e5d39a14216891ccad378aeef 1 0.00/1.00 vMB 0
99,596 99,596 0000000000008db04f1c48b7e62dbcf1eb83d8446aa209b87e8f791d6d9c02f2 3 0.00/1.00 vMB 0
99,595 99,595 000000000000212ea89c9c2beff329b3b88c7a077c481c54ae88d16eea7f07c2 1 0.00/1.00 vMB 0
99,594 99,594 0000000000048235e65808957caff69e1ae8e0ae8230c769040a2f3a0e761bb4 3 0.00/1.00 vMB 0
99,593 99,593 000000000003d1d4b8ac7ffd9ed5efcf98dd8726dd57c4eba8dcd8b637ae2ea2 5 0.00/1.00 vMB 0
99,592 99,592 00000000000382ee316bd67b7f3ebb72975ff7050b8d87961c820cd2e063243f 7 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.75 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: 631.82 GB
    • Received: 12.08 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.