Loading Tool

Explorer IconExplorer

Memory Pool

24,605 transactions
4.66 vMB
0.02164740 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 36.78/200 MB

Candidate Block

Mining Attempt 5bfa3d1cbd150ed9e7ccac239cbe92515e7060b6dce216b994cca462675d12c8
Version 20000000
Previous Block 0000000000000000000137532adac783c427e68f30b01fcd4519d37b5a7f8667
Merkle Root dceea76ffce806932206012bc44635ad5281d453989147037d78f57aa4019376
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 554
Size: 0.64 vMB
Total Fees: 0.01092853 BTC
Avg Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,841 (649,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,065 263,065 000000000000000417edf327e4870ba100aaeb3cd47dc40ddf41f8723072f2c5 0.17 MB 327 81
263,064 263,064 000000000000000a62d25feea3e773a1e74a59a7c7b353c023d0cd328957cbf9 0.09 MB 233 98
263,063 263,063 000000000000000011ca4e76050acc7f1741b4206f21d2898cd5c54983c8c769 0.16 MB 374 96
263,062 263,062 000000000000000ffa995b4eebe17f94dc13fecf59a83a0c473a4f26839d30fc 0.07 MB 159 97
263,061 263,061 000000000000000f2c113c7e0b98eecde35ffd87024a1b5c64ff9773cf63032b 0.02 MB 48 117
263,060 263,060 00000000000000149ce2967f923d4745c45a936cbbda18e5e7dafea1ce2496a5 0.06 MB 148 81
263,059 263,059 000000000000000909f341c1dff9b8bb896deac4e819da53e77ed2b604d7c926 0.19 MB 453 95
263,058 263,058 000000000000000d4d1586592f87ed1296b0f69ef078ca192ed82f780638e84e 0.01 MB 49 95
263,057 263,057 0000000000000008350a4bd56627d9ea073870f0f45eca8c7f9496ce8c11631c 0.11 MB 240 98
263,056 263,056 0000000000000012cdb690e76d9f78ff669d234ef29c351bb6a5a1462b39bcd6 0.03 MB 84 98
263,055 263,055 000000000000000f0b6305be662ae13bb9a5ff48b9825555b96152a7f5d2fe92 0.22 MB 431 62
263,054 263,054 0000000000000005c80ae8f711d0a7040a7dc2a75afa3fbe7440b2e774f6f234 0.25 MB 629 130
263,053 263,053 00000000000000019610628269de9ea5b9c2a73c396125ea752c38cdcec8f249 0.09 MB 219 136
263,052 263,052 00000000000000022b1f8868013b853c86acb22ad6359d0cf5d5db7cd1f9b654 0.07 MB 143 75
263,051 263,051 00000000000000118669a6e3c2a1dcaabce3bf4aed5c91c981ea329b4524afb0 0.01 MB 27 78
263,050 263,050 0000000000000002164ae716c1d0e3328513fba2c547005cf7754630c6f2abff 0.15 MB 25 2
263,049 263,049 000000000000000961950986c7659b3ae721eedd20104286a7066f21c28e2313 0.03 MB 66 87
263,048 263,048 00000000000000164af4b22ee7ed46b104ec8f96cdbc65f21cdfeb78422610e1 0.13 MB 287 91
263,047 263,047 000000000000000fbd786b2004b6afbd24d1f399ccb2aa07855ceb8c4039a5ee 0.13 MB 307 79
263,046 263,046 000000000000000cadf2af320e1cab080ad57b2730fa09a77e9dafc32bde00ed 0.24 MB 546 99
263,045 263,045 00000000000000126cfc0adcbc5e66f84b8570d38028bd38d59dc1b130055d25 0.03 MB 68 106
Previous 10 blocks ↓
Total Size: 778.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 101
    • Outgoing: 10
  • Data Transfer:
    • Sent: 185.61 GB
    • Received: 2.11 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.