Loading Tool

Explorer IconExplorer

Memory Pool

52,016 transactions
30.34 vMB
0.26412537 BTC
Random Selection Loading Transactions
Max Size: 160.09/200 MB

Candidate Block

Mining Attempt 746aca5c8aec43211f355ff25f2d2309f6c0aa52334e47be84cf9fe21c94cc88
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 34e0988eefbf85a2b86e6ac02b9275e3f7d1dce548e8f1f38a46a1ce0e9db460
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,753
Size: 1.00 vMB
Total Fees: 0.08333662 BTC
Feerates: 229.15 > 8.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (376,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
538,494 538,494 0000000000000000000f7e67552497bdc2ea809d34d147680be42bcea3986f18 370 0.18/1.00 vMB 25
538,493 538,493 0000000000000000000c23ba71b484512636b7319c5f0298d2ad67a03fbe5a73 245 0.07/1.00 vMB 15
538,492 538,492 0000000000000000000f61e92530b69128c701fc20488c4e05309a4f6af9cb00 1,354 0.55/1.00 vMB 22
538,491 538,491 00000000000000000029555d6ea2e5b1cf33bd679bbd0a0c9a5a67340b6cd03c 222 0.11/1.00 vMB 13
538,490 538,490 00000000000000000010eb5f693e8525f18c6c39eaa50989687cb9c272000e8d 1,686 0.72/1.00 vMB 25
538,489 538,489 0000000000000000000590830393bf4469825927df5557cc6ba3f7331327a8c2 638 0.24/1.00 vMB 8
538,488 538,488 0000000000000000000fa8ac4549280b713c2fcb20b4da8d6c18ee8df1e24fb9 157 0.06/1.00 vMB 52
538,487 538,487 0000000000000000000a66b2a2152e0f9b3a190100f830bbabce6240b10d0e87 1,778 0.61/1.00 vMB 23
538,486 538,486 00000000000000000026124e53ee7033b26e57cbccbb8c2c52f82cd9a635b2b9 1,103 0.37/1.00 vMB 23
538,485 538,485 00000000000000000013891a56f17314b420eca5f201f491cf0f4d0b616d40ae 484 0.30/1.00 vMB 19
538,484 538,484 00000000000000000020274ffc35105f1862e3eb7a35a6b6684cd388b9c53963 380 0.14/1.00 vMB 15
538,483 538,483 0000000000000000000c3507b715eae34cdb0a9881da7394cee8d25ccde561f0 458 0.17/1.00 vMB 26
538,482 538,482 0000000000000000000e4f14a3813f137c9d29da5c0ab1f5e0a331c30b8703f9 144 0.08/1.00 vMB 30
538,481 538,481 0000000000000000000b6ab7a3110865a6626644c6598f8b9859546e7dc4c924 846 0.38/1.00 vMB 13
538,480 538,480 00000000000000000022298067cb64906f95f93cec3d332faec1911f5e226a25 445 0.22/1.00 vMB 18
538,479 538,479 000000000000000000091fedb9ce228ebdb48c69fe4a165833b02f9cdf046e97 157 0.06/1.00 vMB 11
538,478 538,478 0000000000000000001daafbd8b013614b3bab0e6fe26d2af8a586d4bdbeadd4 764 0.47/1.00 vMB 16
538,477 538,477 000000000000000000206bc3e8c02e48321a595e34d641e65e690947400bba00 77 0.03/1.00 vMB 6
538,476 538,476 0000000000000000000a67a00f9fe4c2b25d3314e372ce3f463714c489793dfb 1,129 0.45/1.00 vMB 53
538,475 538,475 0000000000000000000dff1e7357de3c9407f5f3e93bc25775e0933314f76015 490 0.25/1.00 vMB 31
538,474 538,474 0000000000000000001b7cc9b3df8fdfb615e472b54f44e15ae93998aa7b32c5 487 0.20/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 781.87 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: 644.15 GB
    • Received: 12.61 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.