Loading Tool

Explorer IconExplorer

Memory Pool

77,510 transactions
28.85 vMB
0.07932382 BTC
Random Selection Loading Transactions
Max Size: 174.52/200 MB

Candidate Block

Mining Attempt 7ed127d8e655690afd32ff64a90905c4401ded2523c7e19ba5856aed1284f16b
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 4ae7e4358644ca038f0bf02e99a1e6f3991a8522a803eb62e7d2632e48007bc8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,553
Size: 1.00 vMB
Total Fees: 0.01930502 BTC
Feerates: 150.62 > 1.93 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (459,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,918 455,918 00000000000000000009bf18ef697360a4072348a4c84b9f2abe19631d3e47dc 2,380 1.00/1.00 vMB 139
455,917 455,917 000000000000000000500e1453521245b2dd07e46337679c9a5cdfb7cde76db2 2,169 1.00/1.00 vMB 130
455,916 455,916 000000000000000001392dbcf13979d2f9a99be80d31bc88e67a7e800020e770 1 0.00/1.00 vMB 0
455,915 455,915 0000000000000000016d8cb4b300aa08a8be8a9ed77eaf57c0a8a79eb6dc9160 1,335 1.00/1.00 vMB 118
455,914 455,914 0000000000000000025732bd548037aa2841ae631a101eb9480737e4a10da6c3 2,587 1.00/1.00 vMB 174
455,913 455,913 00000000000000000241e83f9c6f582e3e79681eca22bc3fbec73eaa1e41a7ab 1,911 1.00/1.00 vMB 199
455,912 455,912 0000000000000000010acdfca34d6081de028e17dcfe8e0bd6735397f04940ec 1,536 1.00/1.00 vMB 213
455,911 455,911 000000000000000000778aa6d002f91194b8e9be170938fac793b9706dda144e 2,431 1.00/1.00 vMB 150
455,910 455,910 0000000000000000011dadd9c2165cefcff67e970ffc7405d776039b5e3db688 2,541 1.00/1.00 vMB 216
455,909 455,909 0000000000000000016bfcc9f9bddd755730cba2a9ac28e02daaf3ba527a6d00 2,269 1.00/1.00 vMB 136
455,908 455,908 000000000000000000ad8b5ad7d1f4e42b6cad5ba70acf97ace85918d36d4a2b 2,081 1.00/1.00 vMB 229
455,907 455,907 00000000000000000055fcd3aec395fcab01c3487f065b158945b7c0ef02429f 2,293 1.00/1.00 vMB 172
455,906 455,906 000000000000000000d85e5200928aa742d34e7519f6ec7f12cf4b9972326f15 1,630 1.00/1.00 vMB 245
455,905 455,905 000000000000000000076c579461fb796d58ffbdb4297ab0447392c419f3e729 1,189 1.00/1.00 vMB 103
455,904 455,904 0000000000000000005204acbfd423d4b2b5dfd740780f50dc26e72f8cc65b3e 1,835 1.00/1.00 vMB 128
455,903 455,903 000000000000000001dc3d431901bb0d8e544c0fcc1e9d36e4adde00e3df90ba 896 1.00/1.00 vMB 90
455,902 455,902 0000000000000000008a72ffce3087d4a4c6542dc61c6940fc55391949917092 1,436 1.00/1.00 vMB 110
455,901 455,901 00000000000000000240e04e58fa3eaff8025bea95388b4f47b14d4fc68313ba 2,294 1.00/1.00 vMB 111
455,900 455,900 000000000000000001390f3a15c7bd45283f6030bce3b39e1773738bc1255fa6 2,235 1.00/1.00 vMB 164
455,899 455,899 0000000000000000007292659f5e0982bcd77466d59634b18fdbdd65aa2d1ff1 2,513 1.00/1.00 vMB 202
455,898 455,898 0000000000000000020472596a2d6659ef0dcbbda96b7982d7f2fd743b3ba240 2,597 1.00/1.00 vMB 184
Previous 10 blocks ↓
Total Size: 782.66 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 673.07 GB
    • Received: 16.37 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.