Loading Tool

Explorer IconExplorer

Memory Pool

41,689 transactions
28.15 vMB
0.06903204 BTC
Random Selection Loading Transactions
Max Size: 144.75/200 MB

Candidate Block

Mining Attempt e6f1c5908371f64cc7d085ff26d81da2157c9e1e0494c409de6814cc3b25af5d
Version 20000000
Previous Block 000000000000000000001575d499d27a6e9805527fd037e437eb755b38e6f4e7
Merkle Root f106bdaaa4ddfa5496f223912e6c02079f0090e8f32983e6c25a8b6f3f60d58f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,462
Size: 1.00 vMB
Total Fees: 0.01418724 BTC
Feerates: 100.56 > 1.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,640 (525,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,112 389,112 00000000000000000a91f4e07d2d12f99da5306bb11aeff9006521c6af6f5b8d 622 0.50/1.00 vMB 19
389,111 389,111 000000000000000007683431155a97853d394088968fee6e1137b8b5a072e3f2 2,234 0.95/1.00 vMB 28
389,110 389,110 000000000000000003a4c4f98ca7c8c1dcc47ed322877ee4428912e5dd3334e9 2,537 0.75/1.00 vMB 74
389,109 389,109 0000000000000000010f63dbcee281f0beb98e65b9c9c697ab47f61187cdbaab 1,328 0.99/1.00 vMB 21
389,108 389,108 0000000000000000075084c8f40afba8f4808993cfad59985881130f5b87535b 1,378 1.00/1.00 vMB 24
389,107 389,107 00000000000000000751b7d24f91c4942338cf27669b3d1ff9b2834a3b01beaf 1,676 1.00/1.00 vMB 42
389,106 389,106 00000000000000000025745028d50484e546396f3d4895bc12f5e33f80bc40f8 1,186 0.80/1.00 vMB 30
389,105 389,105 00000000000000000108ede0fe1f0948fac075c4d18f65eb8e938b3b92243bbe 1,970 0.75/1.00 vMB 45
389,104 389,104 000000000000000004f2dad44819883bd39c969af2f544cb23cf502d32761dff 903 0.43/1.00 vMB 80
389,103 389,103 0000000000000000035d4cfb562cf930e2f0f5fcde923132f95286a95757aed6 1,109 0.44/1.00 vMB 39
389,102 389,102 00000000000000000425989992f3221a5f5c7361363d7434829d3e9db51a34d4 869 0.42/1.00 vMB 34
389,101 389,101 00000000000000000810ae694333b9c99c27a22457eee3f1372549aef73e63bc 634 0.43/1.00 vMB 19
389,100 389,100 000000000000000009ee31279b6601b0cdef7cecb971b7a015a7db2a35a3908a 1,594 0.75/1.00 vMB 36
389,099 389,099 0000000000000000026ceab5ec6509cc9625d07a6cf8dd4d62f11f18f5a7e5c2 464 0.21/1.00 vMB 34
389,098 389,098 000000000000000007362fca6adf6c36146c7dc419f29e8cbad4151aaf1b8908 97 0.04/1.00 vMB 35
389,097 389,097 000000000000000004c03b865b4a41eae005cda0281cd44343cff1acb15de06c 175 0.34/1.00 vMB 9
389,096 389,096 0000000000000000029bb0e6f6d27da5912b640c49f9c2fd4456250436c27178 351 0.25/1.00 vMB 31
389,095 389,095 00000000000000000b98da00a9ca0cc34a2b5f6854261a6e355d878015b8e830 2,649 1.00/1.00 vMB 41
389,094 389,094 00000000000000000a873ec37a744efff9c4f7a42a3126052e84bda1430735dd 509 0.51/1.00 vMB 5
389,093 389,093 00000000000000000695b9c2cbbc1ba8773292b29b24142dd0fcbbad4a2afde3 839 0.49/1.00 vMB 31
389,092 389,092 00000000000000000486b3876159a2d4ceabb1e2e9e671305a4f24f3ee56372a 1,285 0.53/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 781.75 GB

Node Details:

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