Loading Tool

Explorer IconExplorer

Memory Pool

38,234 transactions
19.69 vMB
0.04380767 BTC
Random Selection Loading Transactions
Max Size: 108.50/200 MB

Candidate Block

Mining Attempt 5ead01d042f3f3b539b91d79aebdc1f9bf3e37469550cd0579361be203405caf
Version 20000000
Previous Block 00000000000000000000a936506d8a16281f73ac842fbb3615a6cbd5c10383e4
Merkle Root c31879ed2451097b9dbddb88fcd132d0a85a4038b2a492e3ccdb575eeeffc624
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,299
Size: 1.00 vMB
Total Fees: 0.00552632 BTC
Feerates: 100.29 > 0.55 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,015 (771,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
142,779 142,779 000000000000001a98eec9a159284264a2c863b3ab9cffb5a6f41d8a185607c5 10 0.01/1.00 vMB 31
142,778 142,778 00000000000001704bb5b0f92ef3dff0c6e551a2ee64d1535a103935d64d248a 120 0.05/1.00 vMB 72
142,777 142,777 00000000000004ae2250014adeb63c81e992d50d5bacb981be68100979b814d3 8 0.01/1.00 vMB 822
142,776 142,776 00000000000008d17e64bb6c32474edbbad6c2b635088e0a20e79f5d111a6845 125 0.05/1.00 vMB 40
142,775 142,775 0000000000000309ed9477ecadf730b72328feecb5aee2b6d2358d61706c5fd7 106 0.06/1.00 vMB 241
142,774 142,774 00000000000005b3254fccfd6f808d2a5a0f11ef975c6a2b5db70ec43fc808a3 4 0.00/1.00 vMB 129
142,773 142,773 00000000000007f6010dc005b7bac4dc6c3795f06b3075997079be5774e935ab 62 0.03/1.00 vMB 245
142,772 142,772 00000000000005957d7b836eebfc4dcd5859be2bfe4010cc186d7225ad2d61b3 149 0.05/1.00 vMB 43
142,771 142,771 00000000000000a14e9ac8b66894de17f1c9a594ea6afd7a0529e4ea93e44ea1 24 0.01/1.00 vMB 57
142,770 142,770 0000000000000339b271f28c4cd5a4cd01febca9ddd1e9c400f08080169f81cf 20 0.01/1.00 vMB 322
142,769 142,769 0000000000000883534d2c9dab4e74f237899b75500a52df03183da336b4772a 24 0.04/1.00 vMB 96
142,768 142,768 00000000000000dab2e8ef88bdd7d14b602bbd3e976585b3d937e89b2d8b986c 38 0.02/1.00 vMB 369
142,767 142,767 00000000000005e52fb8513ca6caee937c68dba58d1da0f5a61f2685c93e7122 6 0.00/1.00 vMB 39
142,766 142,766 000000000000084c26992de248a60286deb31cb30b790465799b8d51c8ab50ff 72 0.02/1.00 vMB 59
142,765 142,765 0000000000000089bdf5778af4f7f4c44b9cebb3b185fcde4fc87a8424f8420c 34 0.12/1.00 vMB 53
142,764 142,764 000000000000026d29c4008652aaa3af615f03681491b968e9cd7eb6789daca1 46 0.07/1.00 vMB 138
142,763 142,763 00000000000008a0f05b59124a4570beeaf87dadb1c8aa86905ec22c9a3d2adc 58 0.05/1.00 vMB 33
142,762 142,762 000000000000006cd988b8c7bb2d2b6dc09ffe176bcc9e37c88570a1d8fd27b7 11 0.01/1.00 vMB 12
142,761 142,761 00000000000001da2e56eb706063e8e8ea136316143f4997bf4dc85026083353 107 0.04/1.00 vMB 99
142,760 142,760 000000000000001e97eb8e89b498aaf15e7aec7db4b0324ce778915ba44ab35e 38 0.02/1.00 vMB 99
142,759 142,759 00000000000000ec5f7bf6b234ef784910565aa311d6461bf53464309bca1d60 50 0.02/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 780.63 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: 547.46 GB
    • Received: 6.38 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.