Loading Tool

Explorer IconExplorer

Memory Pool

22,450 transactions
10.32 vMB
0.03215781 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.15/200 MB

Candidate Block

Mining Attempt 20e485969e5c12a4fe1ce7930cac8f8735b700fca12ee1e0bf2cd63336c1ad88
Version 20000000
Previous Block 00000000000000000001b46eb5c426512bb9798b463607b3f221e8089d2fed76
Merkle Root 8d479a2d8d01cc1e4001731ce95827ee73976db1f62f5aafb489edb57dda2274
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,310
Size: 1.00 vMB
Total Fees: 0.01530286 BTC
Median Feerate: 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,538 (652,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
260,940 260,940 0000000000000004dbf9ea627cd62fcf9725a1274df1ae7539867ffa9b2d0ec3 125 0.05 vMB 121
260,939 260,939 0000000000000012ccd327636aa7e4ea4aee91faa892a6acb606e784debbedfa 262 0.10 vMB 86
260,938 260,938 00000000000000028a1e848f581f196f1c4df768e76b18ed86376a6393d9a63f 108 0.05 vMB 72
260,937 260,937 000000000000001703db866ddab4011dbf3a92145f272d079cf073c5a73b66f9 317 0.18 vMB 61
260,936 260,936 00000000000000086407cab853423c2a6cc1593a195ca165a0fd448aefd0355e 576 0.25 vMB 120
260,935 260,935 000000000000001036ac40e3d80ddf4088958a9ff1cd36e670a3c3df0bbaa77c 553 0.25 vMB 117
260,934 260,934 000000000000000dc8cb6a1f6ae8b1ace1c51f92bf0c09e334387908522f4571 310 0.12 vMB 119
260,933 260,933 000000000000000325229526b5c277b6e80db6e042e62346f84f5ba6dd7b1660 366 0.15 vMB 109
260,932 260,932 000000000000001755577265bc0a4ae952c9b5de6bf1977b59b1267edb369e7d 480 0.19 vMB 121
260,931 260,931 00000000000000023b94fb73241d65b070cb1e71cfd9fc537548e48b9dac82b8 124 0.06 vMB 45
260,930 260,930 00000000000000160ac61b45b82cd15c3870f3b7040c7694f6e54cbf9bb9c46f 476 0.22 vMB 90
260,929 260,929 00000000000000132bba523108cfcd9c32904023d7a076118f825235f1c1ef65 668 0.25 vMB 112
260,928 260,928 0000000000000014bdce8c70edc01ed9f6d7d02a8f7814ee0b4fb3122de6d155 253 0.09 vMB 146
260,927 260,927 000000000000001545f2d1e9189baebbecaf44ab89334fe85c81c1a9093beefc 385 0.18 vMB 96
260,926 260,926 0000000000000006beab0ac5de6d59bbbde8eef157d52e7dffaf9873fb326aa7 343 0.13 vMB 97
260,925 260,925 000000000000001ba64ec60cfb629e7e026cee6eaf3b0d0c067b65f7d31bada2 222 0.10 vMB 61
260,924 260,924 000000000000001782221f9555602c7a4faeed1c25c9eb0127fe2224de50bc3c 296 0.17 vMB 75
260,923 260,923 000000000000000b6adbe98ec0429ec99586bbf142f06955fecd5b43434bcb1f 151 0.06 vMB 60
260,922 260,922 0000000000000005d504424adb411eddb32681b83995d65810da72ff261dd5ea 338 0.21 vMB 71
260,921 260,921 0000000000000011949ba39938c5cb82a33ad33bf4635ba6c85205701d879e32 152 0.07 vMB 39
260,920 260,920 000000000000001513633ea3d003d9311187b87bb352c246e8e86b8dff716c5d 695 0.25 vMB 112
Previous 10 blocks ↓
Total Size: 779.80 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: 407.07 GB
    • Received: 2.13 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.