Loading Tool

Explorer IconExplorer

Memory Pool

27,210 transactions
6.56 vMB
0.06913915 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.69/200 MB

Candidate Block

Mining Attempt e67278ecb9dae268eff1949b2916b471b6bf401902aec6f6e52c530365657a87
Version 20000000
Previous Block 0000000000000000000122093735b2f0c7f736a0caf36530187991a0a75008ef
Merkle Root 5d1ece27db602acd7cc06d77f84d288460ece45537888cfdedd038e85516300f
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,989
Size: 1.00 vMB
Total Fees: 0.05126514 BTC
Avg Feerate: 2.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,004 (652,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,933 260,933 000000000000000325229526b5c277b6e80db6e042e62346f84f5ba6dd7b1660 0.15 MB 366 109
260,932 260,932 000000000000001755577265bc0a4ae952c9b5de6bf1977b59b1267edb369e7d 0.19 MB 480 121
260,931 260,931 00000000000000023b94fb73241d65b070cb1e71cfd9fc537548e48b9dac82b8 0.06 MB 124 45
260,930 260,930 00000000000000160ac61b45b82cd15c3870f3b7040c7694f6e54cbf9bb9c46f 0.22 MB 476 90
260,929 260,929 00000000000000132bba523108cfcd9c32904023d7a076118f825235f1c1ef65 0.25 MB 668 112
260,928 260,928 0000000000000014bdce8c70edc01ed9f6d7d02a8f7814ee0b4fb3122de6d155 0.09 MB 253 146
260,927 260,927 000000000000001545f2d1e9189baebbecaf44ab89334fe85c81c1a9093beefc 0.18 MB 385 96
260,926 260,926 0000000000000006beab0ac5de6d59bbbde8eef157d52e7dffaf9873fb326aa7 0.13 MB 343 97
260,925 260,925 000000000000001ba64ec60cfb629e7e026cee6eaf3b0d0c067b65f7d31bada2 0.10 MB 222 61
260,924 260,924 000000000000001782221f9555602c7a4faeed1c25c9eb0127fe2224de50bc3c 0.17 MB 296 75
260,923 260,923 000000000000000b6adbe98ec0429ec99586bbf142f06955fecd5b43434bcb1f 0.06 MB 151 60
260,922 260,922 0000000000000005d504424adb411eddb32681b83995d65810da72ff261dd5ea 0.21 MB 338 71
260,921 260,921 0000000000000011949ba39938c5cb82a33ad33bf4635ba6c85205701d879e32 0.07 MB 152 39
260,920 260,920 000000000000001513633ea3d003d9311187b87bb352c246e8e86b8dff716c5d 0.25 MB 695 112
260,919 260,919 000000000000000c6312fc48ce0317a1ec273808cafd8e856cb84cdbc5c1f190 0.32 MB 87 22
260,918 260,918 0000000000000015ed69c53f0bfbc923d3394565fb3c9b4fe1181ecafb77a2c8 0.21 MB 414 92
260,917 260,917 0000000000000016068110a7007db44e494bccd7043db621fc8a06ad5775c897 0.15 MB 380 101
260,916 260,916 000000000000000d6a1f2b55995353bafb78d8844a04aeb72e224861c2085b8e 0.22 MB 503 107
260,915 260,915 000000000000000b7a72fc4d6e7f6d309ec85fef9366a85bac1976f666c167f2 0.30 MB 686 108
260,914 260,914 000000000000000c58711b24590952f3f6684e69b0a6affbef50bfc0a3b1e957 0.23 MB 476 157
260,913 260,913 000000000000000451c143f8f821cfbee548f0f5905651cbbe9cac522a85783a 0.24 MB 161 30
Previous 10 blocks ↓
Total Size: 778.85 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: 385.24 GB
    • Received: 3.46 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.