Loading Tool

Explorer IconExplorer

Memory Pool

27,964 transactions
6.93 vMB
0.06791413 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.78/200 MB

Candidate Block

Mining Attempt 6b0a6e2fa578ff482ad7d40776614445a1d145ef61773643f446081ec1dd12bc
Version 20000000
Previous Block 0000000000000000000067621bbb9a1b2337ec4522dbfe05db5ae7a1976e2a09
Merkle Root 9c81a29b68e5740845f9e70cf1108c01b1a2ecdd8e5fcd66a95603c44de33edb
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,291
Size: 1.00 vMB
Total Fees: 0.04075503 BTC
Median Feerate: 3.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,181 (755,252 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
157,929 157,929 0000000000000e32aec4b4662612472def90ffaa5dd5a1d5a1ae00a53a0bfd92 0.02 MB 41 247
157,928 157,928 000000000000006a1fdcf2817dbdafd8738e9b9185590e752260b3e95ff62042 0.03 MB 30 107
157,927 157,927 000000000000035c6bf9388101041f7d3a0e92157010df24289616ecc6f99ea2 0.00 MB 4 22
157,926 157,926 0000000000000211a7c6f23e7f48a75a738e38202cbcc9b17bd2189c748d73d8 0.03 MB 130 16
157,925 157,925 0000000000000b4ebb55b8d2fb990de7e8dcdd6a1a024e963602c607d394f14a 0.01 MB 13 61
157,924 157,924 000000000000035ff0aac3fc469ca990245f86fae2d670ecdc37988147ba2315 0.02 MB 31 196
157,923 157,923 000000000000025d563e8b47993b6bc93e26b962bc59bc527aaa932674f88681 0.05 MB 64 446
157,922 157,922 0000000000000bb3d47fa848da5e3ad44c805bfbb962e8678c7d6d8b61524341 0.03 MB 68 86
157,921 157,921 000000000000003c7ad05c7961921921f177622392a21fafb3d4b8b08946300b 0.02 MB 35 33
157,920 157,920 00000000000003923f7bcd8aaf5e2eba74e31e115c54668df0e15c6a6d2b79a1 0.02 MB 56 154
157,919 157,919 00000000000001997d89b765021c9b1db1ed459650c5b16373290616c8749b07 0.05 MB 57 432
157,918 157,918 0000000000000e86201340fe5362cc027f65275c88f959d6fcd8c0396ba08095 0.08 MB 65 635
157,917 157,917 0000000000000e7a5b85bcab956c01733dcec68e9d9ae41bdf2903e3040596d8 0.01 MB 25 84
157,916 157,916 00000000000008352cc1c90f7a1f856a5c0ec29820fd2b50f789a2c632b52e7d 0.01 MB 48 27
157,915 157,915 000000000000023c4326d9ca106802d436d4a56e2ff9df9abcea2b922d5f8513 0.04 MB 69 530
157,914 157,914 0000000000000710acb37f4b0c8a6af74d9350eb69c23b664f8a04da0d9f39a1 0.00 MB 6 15
157,913 157,913 000000000000075d384cf3e968801a1339454019cce09bad1bd526db869f8f6e 0.02 MB 35 189
157,912 157,912 0000000000000ce773e2e9f0a046589621846f0e633213c38de1d65eb057a090 0.02 MB 35 35
157,911 157,911 000000000000030b4ee10b87b8f3d4bc6bfbc332454155aaecc8e0b3c80b1371 0.00 MB 3 74
157,910 157,910 0000000000000bdc1731954bc130ca60cc09ad4d87adfbc014b904512e3d65f7 0.01 MB 47 100
157,909 157,909 0000000000000373a3ea41ef2d936c9dcf00a2f03b7e264e11ee651c7685afa2 0.02 MB 33 236
Previous 10 blocks ↓
Total Size: 779.17 GB

Node Details:

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