Loading Tool

Explorer IconExplorer

Memory Pool

74,965 transactions
29.22 vMB
0.07583605 BTC
Random Selection Loading Transactions
Max Size: 176.72/200 MB

Candidate Block

Mining Attempt 25df1ce49b65382cfd1981646aee203dee569766e73bb3d65a52f9082caa99ad
Version 20000000
Previous Block 00000000000000000001e0799bfdd965039da614a51ef9e83f2560f19b18d699
Merkle Root c1205cc12bf10addf3e2318b165c3feac8e756b4fbc498bdebf417e24dd342b8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,235
Size: 1.00 vMB
Total Fees: 0.01070546 BTC
Feerates: 57.74 > 1.07 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,438 (650,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
264,888 264,888 0000000000000005072cd78d90067c4f147aa3157573668f5e6efb70e775aabb 582 0.25/1.00 vMB 124
264,887 264,887 000000000000000035bad7ebbb1045d2465c021c158edaeaebc9890af0b1f035 922 0.35/1.00 vMB 149
264,886 264,886 0000000000000007446bb83ca1cccc1db961dfad24ac554d1363ff40218e052a 291 0.11/1.00 vMB 122
264,885 264,885 000000000000000d8de9cc47981403d74028c5518595f6b37a41066912210073 335 0.15/1.00 vMB 107
264,884 264,884 0000000000000001804125264f28ebcc14417a8771bc5479c311b7683fab2957 304 0.11/1.00 vMB 140
264,883 264,883 000000000000000b7a39227376b1eb92f8fdd104cf630bfba6b6508097b2521a 94 0.03/1.00 vMB 106
264,882 264,882 000000000000000174be1502f5397610c3b24c3095792f6ab8b47517994fcc78 15 0.00/1.00 vMB 150
264,881 264,881 000000000000000a59c1c1f0a4cb92b92b57e7a954f1528bdf63adb451478a68 301 0.14/1.00 vMB 92
264,880 264,880 0000000000000001b4347c90cbff5cf3cdb9416c7dee07adae8f3e9540798337 12 0.01/1.00 vMB 67
264,879 264,879 0000000000000000ec27cffb1944c8219d381b8c37f7cd2ed2663b4eccde2d5c 285 0.14/1.00 vMB 138
264,878 264,878 000000000000000654d194d650b5db36f0c82318e930e9651a1ce8cdea937400 14 0.01/1.00 vMB 126
264,877 264,877 00000000000000056ed2fe8658eb2902baf3f9523b076d6e42310180e10ef230 18 0.15/1.00 vMB 1
264,876 264,876 000000000000000c5cff012252cc0e702a67e6e819a84aa079fc9aaaf6416868 210 0.15/1.00 vMB 56
264,875 264,875 000000000000000aac2e60222763c00bc653b6c3e24f85d79dcf3baf1012a579 369 0.17/1.00 vMB 80
264,874 264,874 000000000000000ccc49150736bef2502705210300d0ee4b1c064c53effbca33 384 0.15/1.00 vMB 128
264,873 264,873 000000000000000dd5f7879687202424aaba42a85b94351fad05bb8c3c79be39 68 0.03/1.00 vMB 131
264,872 264,872 0000000000000005831cf6819c514fadce6ecc6239c43cd72ee3ad9866ca3079 308 0.14/1.00 vMB 124
264,871 264,871 000000000000000b9bfebbfae890ec83f26ef8100cb010e5a20aeec35222adc2 146 0.05/1.00 vMB 151
264,870 264,870 0000000000000000835940535d423173c78e57685eb121a8bf1562912b95f609 114 0.04/1.00 vMB 92
264,869 264,869 000000000000000840c46336ba4a40e91da1f7a75ae527aa34c1676c41c12b21 311 0.16/1.00 vMB 128
264,868 264,868 00000000000000022510e9f68036197c458de1bbf4a4572adb7d4ed21172a6e8 121 0.05/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 783.15 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: 745.92 GB
    • Received: 18.73 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.