Loading Tool

Explorer IconExplorer

Memory Pool

81,209 transactions
30.94 vMB
0.08490047 BTC
Random Selection Loading Transactions
Max Size: 187.77/200 MB

Candidate Block

Mining Attempt 8e9e205b39e9f79770fb22c9c6c98bec4a425b3bd83bc1ab8a8cbf65a75e2e5e
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 7c321fb1c732ee22c9bd49e3ce355b0e51c0de7ca03393ad013faba3b0e2b2f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,840
Size: 1.00 vMB
Total Fees: 0.01838148 BTC
Feerates: 100.69 > 1.84 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (546,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
368,866 368,866 0000000000000000048bede84a89106f7d318c1f335df0c2f0ca5918f9e2b6ad 1,324 0.81/1.00 vMB 37
368,865 368,865 0000000000000000006cf39c0b744e638a6d7c67abedfe110cb19dd3dfcf9089 873 0.59/1.00 vMB 37
368,864 368,864 00000000000000000b0ff5009d5fe4e43f02e91a5bd1d7b4904108f99d7a7176 2 0.00/1.00 vMB 0
368,863 368,863 000000000000000003c3e78cfb6d7606200d9ec4ec51dd605f4fe48d1134cea2 619 0.39/1.00 vMB 39
368,862 368,862 00000000000000001128d963333ee6173a43b5d29e9652ebce58f37561a3a07a 103 0.17/1.00 vMB 10
368,861 368,861 000000000000000010843a036d9d39324f5aa225f1d23024bcd3e903681fed3b 1,574 0.93/1.00 vMB 44
368,860 368,860 00000000000000000a013d6c557a420406151f009e81e229808b2f1b762c3cc0 899 0.73/1.00 vMB 26
368,859 368,859 00000000000000001066d6a10111f5f59b4404a2f044b0201db7adff54fbe289 1,198 1.00/1.00 vMB 26
368,858 368,858 00000000000000000ee7c80ba6c3ed68cbaf44626b778d3ab18b7865f8113da1 3,079 1.00/1.00 vMB 64
368,857 368,857 00000000000000000f440d5992bc89b3c14c97c2510b7ba82b255e144da9f8cd 313 0.16/1.00 vMB 41
368,856 368,856 00000000000000000e9f08dcb69ba98df23bca99e3e87f03f185bab75fea1727 1 0.00/1.00 vMB 0
368,855 368,855 00000000000000000f39b48c7c3d6d4071d461445c7ef2422260d5cbd2572403 637 0.31/1.00 vMB 42
368,854 368,854 000000000000000005249e24f63ab986db41c1ed5b65994f40a5f9c36c45db78 553 0.28/1.00 vMB 32
368,853 368,853 000000000000000007403e3cd697567ce2685b65556e1f7112e6c201ff0a27a4 1,188 0.50/1.00 vMB 45
368,852 368,852 000000000000000011b9ffdf41fb585f0d986e6cf1332067406cd928f4fb6db8 40 0.05/1.00 vMB 9
368,851 368,851 000000000000000002bb8aa86bade11ed007ef6cc3325b1c3e5a82435805b8ca 885 0.41/1.00 vMB 46
368,850 368,850 0000000000000000137916de03b2f159f4911945f11b5f5bbe63b92a67cd0053 704 0.33/1.00 vMB 42
368,849 368,849 00000000000000000f7b49545a37e276299e5f33f07b5eccaa1fcd49d2c152ac 199 0.20/1.00 vMB 15
368,848 368,848 000000000000000006389edfdec0a1e9630f539b13257f5abcf680470707a034 45 0.04/1.00 vMB 17
368,847 368,847 000000000000000001f5ac73f27692893b7e8b80df753b657793dcc08f3164f7 2,131 0.90/1.00 vMB 49
368,846 368,846 000000000000000008fcf1f8c27d769b191877f50cd87571840fedf7c2678046 558 0.29/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.72 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: 702.25 GB
    • Received: 16.63 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.