Loading Tool

Explorer IconExplorer

Memory Pool

33,614 transactions
25.36 vMB
0.05477713 BTC
Random Selection Loading Transactions
Max Size: 128.51/200 MB

Candidate Block

Mining Attempt 26b59505c8e7128784d3fd806e49aebd61e30ef63cd1ab5aa42cdae76d87b32c
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 6de63e4706f22f3d495d18f55c19ea21eb3c224ec39547b79e943334da8096f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,719
Size: 1.00 vMB
Total Fees: 0.00892876 BTC
Feerates: 713.01 > 0.89 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (517,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
397,644 397,644 000000000000000002d094b58f690cb0e6eab7c4e670d5685e87008f98bfe0eb 1,037 0.45/1.00 vMB 38
397,643 397,643 000000000000000001f4a4cf01bb8f21ce3bb1c445a2f16b9d39e5fdf0c11694 891 0.42/1.00 vMB 40
397,642 397,642 000000000000000006ffc9addf96e2faa7cb2abe1de842fc47cff7c2f9945b84 1 0.00/1.00 vMB 0
397,641 397,641 000000000000000003b083e309b24a04560779e68027c7128c966334bc72f54a 53 0.05/1.00 vMB 9
397,640 397,640 000000000000000004c1c038b9dbe8a1266a046f3f554b55fdfca1a7e3eabd2f 865 0.43/1.00 vMB 40
397,639 397,639 0000000000000000019b8fcbb78720eb1905d944f5dfc139aa2a545993b6ab31 748 0.52/1.00 vMB 26
397,638 397,638 000000000000000001a0d83f073624df259568683bee0dc2b1628b7f231aad5b 1,596 0.75/1.00 vMB 42
397,637 397,637 000000000000000004c1242b60010ac65839c268715dca2bb065fd732519ddb6 1,487 0.70/1.00 vMB 31
397,636 397,636 0000000000000000000bc4b03ad5463656b744c4971780477eeb235a2b925414 883 0.39/1.00 vMB 35
397,635 397,635 000000000000000006b2d583aaf70719a314cdaf7cdc7e877b60f65a0dd8da50 2,100 0.93/1.00 vMB 36
397,634 397,634 0000000000000000039249d4aa4f678e62f7d3b899db98750510b7b9a6105d6f 414 0.18/1.00 vMB 33
397,633 397,633 000000000000000004f4b95c42f018371e6254b9a028eebdabb00ddd3b5ccae9 612 0.46/1.00 vMB 21
397,632 397,632 000000000000000004e34aff18a90a5966a5c41dae4b8939503dad7493f68d10 2,421 0.99/1.00 vMB 38
397,631 397,631 000000000000000001a39bcc1b7e48b284265412984ebc6737c5611b2df1c8cd 1,930 1.00/1.00 vMB 35
397,630 397,630 0000000000000000027815faf047eb9f2393de4aa3899d8681450a03a21c9218 1,143 0.69/1.00 vMB 28
397,629 397,629 000000000000000002ea211fb0336715571ab49aba4c18aacc72726e6864e469 2,599 1.00/1.00 vMB 35
397,628 397,628 000000000000000004d3eb47d8d5902a9d32e6cc4b2646bd9779cbbdfd024e68 1,793 0.99/1.00 vMB 33
397,627 397,627 0000000000000000026827927c9fab5d3c0347f1448ee701ba249d3a48b31b26 2,675 0.99/1.00 vMB 41
397,626 397,626 0000000000000000023f1e6e96a3544f0480579d01c631ac39fc51d30efbd894 1,678 0.99/1.00 vMB 39
397,625 397,625 00000000000000000620eb3279a16812c66fb057990a66c77fc8238056beddca 2,794 0.95/1.00 vMB 76
397,624 397,624 00000000000000000355f229bde64a5b9b0ab6479c7e2acc1ec7ea53e9471126 283 0.17/1.00 vMB 29
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.96 GB
    • Received: 12.34 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.