Loading Tool

Explorer IconExplorer

Memory Pool

36,576 transactions
25.91 vMB
0.08658798 BTC
Random Selection Loading Transactions
Max Size: 132.68/200 MB

Candidate Block

Mining Attempt ea6ef4f54c7e65863fa35eac263c7704e9182258fac927dc5833ed4c6af5390a
Version 20000000
Previous Block 000000000000000000014148236613aff85e49d6e98bb36447af91d013881073
Merkle Root d595ab4bff7c38b4fbe70be76b47283b56c5b285b41b445ddf19da15f25d99a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,781
Size: 1.00 vMB
Total Fees: 0.03908971 BTC
Feerates: 171.09 > 3.92 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,676 (353,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,810 560,810 0000000000000000000b1f72ad389005dbf394df9e520440ebb8b1a7d4acb1b7 2,960 1.00/1.00 vMB 20
560,809 560,809 000000000000000000170ac2b748a7420615f191add83803f0b9bd19a98e5b29 3,381 1.00/1.00 vMB 31
560,808 560,808 0000000000000000001cb26db6c348d8885f5f4610a182d4cb6b54851e69a45c 2,886 1.00/1.00 vMB 17
560,807 560,807 00000000000000000028e34346e35dff8b7abd499d6ca4bf33b06d941aafd64f 2,846 1.00/1.00 vMB 26
560,806 560,806 0000000000000000001017dd7f393d820b68828c36d4d5f52a68de864d92d106 2,508 1.00/1.00 vMB 4
560,805 560,805 00000000000000000014225bd14ee18be3b5e8a465041877652405d328531dcc 3,053 1.00/1.00 vMB 24
560,804 560,804 0000000000000000001f668b8a113167f2d5ad8ea4a3e8ed818628a97d7b226d 2,222 1.00/1.00 vMB 21
560,803 560,803 000000000000000000158c03134deff9c9ad148dfecb67ca4ab41643ec06df27 2,760 1.00/1.00 vMB 3
560,802 560,802 000000000000000000234f205dad8ddb9bb15da6df586c3f92ba921e4ffc698d 2,746 1.00/1.00 vMB 9
560,801 560,801 00000000000000000020971cbeaaff398d72c4d34fcff4d8679403e4944e17fc 1,619 1.00/1.00 vMB 8
560,800 560,800 0000000000000000002215000b3331aba4634fc51e0bfe4fcf57793d17b1c501 2,443 1.00/1.00 vMB 24
560,799 560,799 0000000000000000000e1826d81b3697ab3c5404f4d2f392b7791aee48bca23a 3,162 1.00/1.00 vMB 25
560,798 560,798 0000000000000000000f5d5449dc331a911157a0e4ad9a92f50568609d100302 2,321 1.00/1.00 vMB 17
560,797 560,797 0000000000000000002e700075e451a86372c2e20cd8d47d367f10d80b9d86c0 2,501 1.00/1.00 vMB 17
560,796 560,796 00000000000000000001c8fa95e30631b07b7e0d717fe511b5329f4e7142e754 2,028 1.00/1.00 vMB 21
560,795 560,795 0000000000000000002a52327b2bf9dbdca1d7f92876358913f8fb33b5055bbc 2,870 1.00/1.00 vMB 23
560,794 560,794 000000000000000000103876cc9801a86313bf27ebf0b6f2cd91ca8e90cf2a0a 2,295 1.00/1.00 vMB 18
560,793 560,793 000000000000000000153d98049cfd7e04420c8a3c03fcc46373131a381734b7 2,532 1.00/1.00 vMB 16
560,792 560,792 0000000000000000000f008040e590081cf54d397c537eb1d401d32d7b1da423 3,054 1.00/1.00 vMB 17
560,791 560,791 00000000000000000002c3adbcdfc76752210e5444ea7d32d58f752bc85cb56f 1,950 1.00/1.00 vMB 13
560,790 560,790 00000000000000000001cd25f22b51682ada4d496dab07a24336d963ee42cabd 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.82 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: 635.74 GB
    • Received: 12.33 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.