Loading Tool

Explorer IconExplorer

Memory Pool

79,447 transactions
29.22 vMB
0.07467644 BTC
Random Selection Loading Transactions
Max Size: 177.57/200 MB

Candidate Block

Mining Attempt c8d8b39d1af95efba394b996224c19b387434c0fa991f164a9729f7a0867c06e
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root 9033472e94cacf3aad4295d61c4964d5f7a71584e2d4c9dcca1e9591e047c03b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,207
Size: 1.00 vMB
Total Fees: 0.01347290 BTC
Feerates: 74.86 > 1.35 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (515,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
399,198 399,198 00000000000000000577eb866ccd60866c055aabbc3cac2e6746d0320202817c 1,378 1.00/1.00 vMB 28
399,197 399,197 0000000000000000063de00af2a9c38b4ebc4e5006dff56bc31e61272b8b7054 748 0.75/1.00 vMB 19
399,196 399,196 000000000000000005376a13ab7bf48ef4c8d078aebf2c40d2efae3ac7e02aff 2,331 0.93/1.00 vMB 49
399,195 399,195 000000000000000004c546db14d2903afeb327f24acbb15d2a43808a05cd6a52 813 0.99/1.00 vMB 21
399,194 399,194 0000000000000000040c9c6a07b73cbd1123f68ff6bd46983e49f22179141a3e 1,665 1.00/1.00 vMB 38
399,193 399,193 00000000000000000432ac5e88c988d550aaa9b629344cac3b61cc807fb8b4ca 1,589 0.95/1.00 vMB 31
399,192 399,192 00000000000000000022f59337acfeafb728e4b612ad8332cfca6ba3939a70c7 1,685 0.75/1.00 vMB 47
399,191 399,191 00000000000000000049b7a9af82daee2e5aabb5ea8dd0d7ffe182db7deb2ebf 1,947 0.75/1.00 vMB 49
399,190 399,190 0000000000000000051c6ff7d53f7d5859dbe4670e3fcbcf6bb44bff51974e47 1,644 0.95/1.00 vMB 30
399,189 399,189 0000000000000000066105de87b895cc3d0631838da51af0fa33edee1b61600e 1 0.00/1.00 vMB 0
399,188 399,188 000000000000000004b0998cd88cd3991c970bffe364b8289021bc27ef4c4e6b 1,782 1.00/1.00 vMB 24
399,187 399,187 00000000000000000685c0e2eb06a1ce3c04f343fa8763d08fc5907fea7af440 2,151 0.99/1.00 vMB 40
399,186 399,186 000000000000000005893a1d3b0a29e0874ea4ba1119b305b537c39a9d3eece7 2,109 0.93/1.00 vMB 47
399,185 399,185 0000000000000000036c66d59a0e7eb86a71ee834feb9f9b9dd6b6c0f3d7309b 1,993 1.00/1.00 vMB 39
399,184 399,184 0000000000000000055fa160d0f34081d7eb048b56699dbc7c51365f34d82b33 2,357 0.99/1.00 vMB 43
399,183 399,183 0000000000000000017fc32e3cb9436057ca2501e820d106d2aa06ecdb91bf64 1,830 0.75/1.00 vMB 42
399,182 399,182 0000000000000000031d3c639fde02cfab7b475ddffecfd0eaeb29c3df21525c 2,689 1.00/1.00 vMB 35
399,181 399,181 00000000000000000228eaa88ddb190cbca3d7b102828fe6fd47ba3a3068796a 2,091 1.00/1.00 vMB 36
399,180 399,180 0000000000000000054cbcc66dab59fda4e316b1b7c61c9c2112e9302b669835 1,993 0.75/1.00 vMB 59
399,179 399,179 000000000000000004609377d5cc108e3cbab6ffaf4c8ef97d5e42083e6532e1 2,833 0.99/1.00 vMB 58
399,178 399,178 000000000000000005c967ed42cfda838f13c0d615cde80de672da108ed8a5b7 3,151 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.54 GB

Node Details:

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