Loading Tool

Explorer IconExplorer

Memory Pool

21,979 transactions
5.15 vMB
0.03044207 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 37.20/200 MB

Candidate Block

Mining Attempt 121583dfd3d2852c8846c278350e42a76e660720f8e52d02146ef43b08478cdc
Version 20000000
Previous Block 00000000000000000000e95dc9b7debc8998f45c4859683896288d3059df60a6
Merkle Root cd37fe76fdbeeab32232ed58fb64203618de3d8f79008708d25ac50bcbe634f0
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,864
Size: 0.74 vMB
Total Fees: 0.01885760 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,986 (706,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,994 205,994 00000000000003455885a20294410de1cbf3b3fbfe9d4dacbade047f1f6883ec 0.17 MB 425 236
205,993 205,993 0000000000000451285856e4260cc8c7f89f2a1c9f966f38a1bf3a65e618707c 0.00 MB 11 487
205,992 205,992 00000000000002318aaf3697b8ab972a2fdcb1875592f0e5e15a656db1243988 0.17 MB 386 214
205,991 205,991 00000000000002d42db360c4e6a4190a27e38cf9816076483b191aa23a78de99 0.04 MB 68 165
205,990 205,990 00000000000000c09f94c5eda0e7418ac1f7346d27f0a914742bb62881189b86 0.05 MB 96 71
205,989 205,989 000000000000021bdee2798e3291e25376f6e33e9830291c84365f0224e9049c 0.02 MB 46 316
205,988 205,988 00000000000003350aaf4dc310f2649290a3ce139d3766d3b69f68d7d3f2baf0 0.07 MB 129 113
205,987 205,987 000000000000017037e9261da88e1441bed26aac344f48e324923cf3c51fba71 0.01 MB 26 136
205,986 205,986 00000000000002d2f8b700e368d5fc18fd82d00e839b866a2ad429bc60a21297 0.14 MB 264 149
205,985 205,985 000000000000007ec6e568b201555d07420bdd7ace60cd9670043d33f587b9c3 0.04 MB 121 80
205,984 205,984 000000000000006808ef46895cd27a345c34ccce41ae1dc5e8778871a1f23f92 0.00 MB 1 0
205,983 205,983 00000000000003a521fb944c2b921bd588d69145666d6a3d72fc10d81428961f 0.00 MB 6 0
205,982 205,982 000000000000003203df672d1973af1426a0be9a556a44853a466c53dae1875b 0.17 MB 178 131
205,981 205,981 00000000000000e3360fd2df3b14fe2ed65fd6b58f5cb66896ca5554e254896c 0.00 MB 12 29
205,980 205,980 00000000000002dcdd8818fcc02717fa1ddbf3ce3f027ce88f4168a54c30de56 0.06 MB 97 116
205,979 205,979 00000000000004b215d42a93583876fb1b1c32f7a0be532fcc9f519ff4d29367 0.05 MB 131 231
205,978 205,978 00000000000000eecce49cdc5dea12c337f78bed7df1965e0bb68d3060061628 0.02 MB 65 398
205,977 205,977 000000000000002fff3ab261a082b2d630459fef5016b81417fe9c802d7c9e38 0.03 MB 98 100
205,976 205,976 000000000000012484e9eb21e5befc2beffe0a8acc83d6c9e9c7a5fc61491653 0.08 MB 193 146
205,975 205,975 000000000000044b71ccd7180e9a3fdeb4d457b76bb6092ad5ebe9692cbf6ef8 0.21 MB 360 241
205,974 205,974 00000000000001ed32e8cbaa588e75ba07abc3deb9f7d3288c9634c38926d5fe 0.01 MB 27 0
Previous 10 blocks ↓
Total Size: 778.82 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: 363.28 GB
    • Received: 3.28 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.