Loading Tool

Explorer IconExplorer

Memory Pool

81,369 transactions
30.66 vMB
0.09918482 BTC
Random Selection Loading Transactions
Max Size: 184.26/200 MB

Candidate Block

Mining Attempt e19943640de39c72306023fda76329d5558d5e1c93e0b6b34575b33349f1bf42
Version 20000000
Previous Block 00000000000000000001fa22e6231aaa977327edfd312baec3e012ec5bb62617
Merkle Root 9f596e5b11e09d89f7699a30010c78ea30d12b0e7e312d7cccf184af5ce2cbf7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,892
Size: 1.00 vMB
Total Fees: 0.03186443 BTC
Feerates: 558.99 > 3.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,168 (349,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,368 565,368 0000000000000000000658ed841b0b2637860ea95b6da5f6458cc1d6b68b670d 2,986 1.00/1.00 vMB 29
565,367 565,367 0000000000000000001df85f6a67b2f571ec0814a33bcd5150a88eec3fd117e2 2,681 1.00/1.00 vMB 21
565,366 565,366 0000000000000000002a370e82ea23a191015cad9c732b38095f64402e50601f 2,919 1.00/1.00 vMB 32
565,365 565,365 000000000000000000137025a408fd804225dc7714032f65fb2b9db634758903 1,916 1.00/1.00 vMB 27
565,364 565,364 00000000000000000009b600927c6f79caca773a8f38090d96289ad7cac3cbd2 2,796 1.00/1.00 vMB 43
565,363 565,363 00000000000000000023c2879970b4fd06a1329834bff9cd434de72e0ddbbd21 3,054 1.00/1.00 vMB 14
565,362 565,362 000000000000000000034d9dbe91262e4e45a6e217eb5472752af0560f0995aa 3,142 1.00/1.00 vMB 18
565,361 565,361 0000000000000000002abd299989f8a3916b41ca9da78cbfb8205139619b7d60 3,051 1.00/1.00 vMB 15
565,360 565,360 00000000000000000027830c6d26ff2453114e8e4d8aa7396b9cbcd89dd4262f 3,142 1.00/1.00 vMB 15
565,359 565,359 0000000000000000002d2189ca12dfb49e3f91d71d356a55390f84b20738ae97 802 0.25/1.00 vMB 11
565,358 565,358 000000000000000000184d78ce3321d536152b3121e896c08034c224373cee1d 1,702 0.69/1.00 vMB 8
565,357 565,357 00000000000000000020227b168603c2865ca8cb04ffbc383b95646c9792c2f1 3,089 1.00/1.00 vMB 5
565,356 565,356 0000000000000000001f9cc4aee55c8cfad42f2423e14a589f36e2b702409281 2,819 1.00/1.00 vMB 21
565,355 565,355 000000000000000000126d36f30d035fe0952cff773cd76d3e18008e775e2f6d 2,967 1.00/1.00 vMB 33
565,354 565,354 00000000000000000001f218628c778f36439c72cd6313244dbd795d9a998d4c 3,081 1.00/1.00 vMB 4
565,353 565,353 00000000000000000014d4692369d9d4bdb6f42a790872ef109ada22e7f1ed69 3,079 1.00/1.00 vMB 19
565,352 565,352 00000000000000000027b69be717fa11c3e1dfa5fe3d793e97e7792abf64d0d4 2,988 1.00/1.00 vMB 32
565,351 565,351 0000000000000000002273fd9d0e8459a3b2f9b5465ddf6361f33f067ac83e27 2,576 1.00/1.00 vMB 7
565,350 565,350 0000000000000000001a49ce185c087c62fb588c12b810eac7a74d7c5b30da9f 1,240 1.00/1.00 vMB 14
565,349 565,349 0000000000000000001bc3aded57fa2959eb1251c29b9eb10bbb8a6ae2d83169 1,252 1.00/1.00 vMB 13
565,348 565,348 00000000000000000018de36a61e553db5c2872d23a57466b1da9667fe9f1dfe 1,478 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.69 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: 688.75 GB
    • Received: 16.49 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.