Loading Tool

Explorer IconExplorer

Memory Pool

31,098 transactions
6.68 vMB
0.04216291 BTC
  • 1 sats/vbyte = 30 blocks ()
  • 2 sats/vbyte = 18 blocks ()
  • 12 sats/vbyte = 7 blocks ()
  • 13 sats/vbyte = 5 blocks ()
  • 14 sats/vbyte = 3 blocks ()
  • 15 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.18/200 MB

Candidate Block

Mining Attempt f4965cf4fe2921b49380fe00b592ebd6b95654f1ed662bc3d59df35456d71eed
Version 20000000
Previous Block 00000000000000000001114eb45b2f67104bd6d67205a7a91d363e704a08897c
Merkle Root 7ec36f7e42c8e9dc7a6f792fcea1fd1bf40ec88ff00f2dbe07bbc48d6188ee13
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,911
Size: 1.00 vMB
Total Fees: 0.01537829 BTC
Avg Feerate: 1.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,765 (649,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
263,044 263,044 0000000000000009625f396cc19d78468a18431477f98ab068a28445c532cd3b 0.09 MB 208 51
263,043 263,043 000000000000000dc584e1c021b52f31df9b91f6da808ca573023741d5f8a1f1 0.10 MB 210 88
263,042 263,042 00000000000000108ff9a8055bcb1468b398ddc70f56882f6f7888472622c58e 0.03 MB 67 91
263,041 263,041 0000000000000007d5c1f2c7b032d0dfe59f191b9fee28e47e234a5167279941 0.15 MB 294 75
263,040 263,040 000000000000001350200c238c1f71a19435e2ecea2f662990bce3232ec77dbf 0.25 MB 553 97
263,039 263,039 0000000000000010b27151c9e987237045e9d154fc123c4ff6034ef92514b1f7 0.18 MB 432 121
263,038 263,038 000000000000000f32406b5c5eab162c30268d45d4500e5f2dd725500128b6ea 0.06 MB 163 84
263,037 263,037 0000000000000012cb3974d1149466333c1ddb4e7d852679c7a0067e368c71a4 0.18 MB 443 143
263,036 263,036 000000000000000695c8585d31e126b685344612f68051a6911ac5ae9f1c7ee9 0.10 MB 208 96
263,035 263,035 000000000000000cffb09ae272b3de316d5d0cb3c678b5de666bd8005b9866f7 0.11 MB 309 164
263,034 263,034 00000000000000153e5c56aca7268114655db63840939e138aa0e36d8e1e6713 0.11 MB 205 74
Previous 10 blocks ↓
Total Size: 778.43 GB

Node Details:

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