Loading Tool

Explorer IconExplorer

Memory Pool

66,091 transactions
36.24 vMB
0.18294156 BTC
Random Selection Loading Transactions
Max Size: 194.23/200 MB

Candidate Block

Mining Attempt a32ded3f0aa814a8ac8cb65f285eb122633e39e6cf1c5865d9d4e3f2f9b290fd
Version 20000000
Previous Block 000000000000000000001174509a669f8c3afed786e1918a5d9c82a348da961f
Merkle Root dd1016cb10b2c1f839f18cf878d84beea9c4b48b1166f8fe35063c477b86f78d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,882
Size: 1.00 vMB
Total Fees: 0.09776189 BTC
Feerates: 120.21 > 9.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,404 (797,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,638 116,638 000000000000aed2e86fc5e8bee0216a9870ff99bc7e6180d33c7dd4b8a88979 8 0.00/1.00 vMB 726
116,637 116,637 000000000000a138b902afc4b076e0c3cdda55b470b6d3f7bd78f9a496714f6c 9 0.00/1.00 vMB 0
116,636 116,636 00000000000070eb84fd0f33d597565445e43063ed351cb37f015818c2a0e369 14 0.01/1.00 vMB 571
116,635 116,635 000000000000ef1a154209c838506a0efcbd4dc3d25bcf3d2a826ff534249bc8 13 0.00/1.00 vMB 1,008
116,634 116,634 000000000000813a4c96a21c0f6ca8613063b483fc74ededcb407f7f9b016569 29 0.01/1.00 vMB 225
116,633 116,633 000000000000928e87c423c9345a702c32141a49725be406f1cf325af2d15b24 16 0.00/1.00 vMB 2,004
116,632 116,632 000000000000ae91f0e806656b294f49a93c1a80d4ef2b5f55048456a3a86c3d 12 0.00/1.00 vMB 0
116,631 116,631 000000000000ce8576b9d59392adb592285de543bccd8aeb38adfab9cde9fd18 13 0.00/1.00 vMB 0
116,630 116,630 000000000000df6c92132c1ac070ba237f70e803b671d43462fff5ef5dfeef35 13 0.00/1.00 vMB 1,190
116,629 116,629 0000000000002b35510aed9634751217961c1f656f238cdb5b0ef14839f6c2a8 8 0.00/1.00 vMB 0
116,628 116,628 000000000000e25f56203ab4407ec93b2b05198e1bffbcf3606a1ba8095488be 10 0.01/1.00 vMB 919
116,627 116,627 000000000000757e5a8edbacb9be65b06e2e472c0eeb76e84eada20fd51cda21 14 0.00/1.00 vMB 1,485
116,626 116,626 000000000000316afdb237a5e443f35d96cb13e3443a1af72dc71dd76b37714e 12 0.00/1.00 vMB 0
116,625 116,625 000000000000af3a026a0937099505c6db238fcd3ae98002ab4b55fbb513d73f 7 0.00/1.00 vMB 0
116,624 116,624 000000000000a3275561187eaee5cc374910495052c1c5306ba8134d3af9eda4 9 0.00/1.00 vMB 689
116,623 116,623 000000000000b2a809f205bf78b6dd3cfcd31d6ae6d114eb3625dd6c25db73ba 9 0.00/1.00 vMB 614
116,622 116,622 000000000000b33596d5be237833b72159122a8f4f3f52079d50ad942d5e927f 13 0.01/1.00 vMB 160
116,621 116,621 0000000000005872ef6e4212550b44b23942f074123f75622d1888274c9b3dfc 166 0.05/1.00 vMB 65
116,620 116,620 000000000000a302455e66a546bfaa42e6543f8d063123162683c21aef2b8d22 10 0.00/1.00 vMB 0
116,619 116,619 0000000000002e7734f4d1bad6afcf83b4e574d9c1625ea3ba0a970766dad876 11 0.01/1.00 vMB 1,245
116,618 116,618 0000000000008b14822797a85359e42d0c32c9f0d9aede808bb25410e5df6993 14 0.00/1.00 vMB 1,023
Previous 10 blocks ↓
Total Size: 781.32 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 600.74 GB
    • Received: 10.09 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.