Loading Tool

Explorer IconExplorer

Memory Pool

46,067 transactions
27.10 vMB
0.09862874 BTC
Random Selection Loading Transactions
Max Size: 144.23/200 MB

Candidate Block

Mining Attempt 4a6ec9d52bb4f4c4da6ebea9cb6c8aedc71c3a2d90cbf5d4f27e01693ef70287
Version 20000000
Previous Block 00000000000000000001bfbced3ea009a2f71c20ce288c536043b9b1575dc7b2
Merkle Root 46bf41e6acb43644313e862244c42ac5620f42d8e9c6be51f4205681dcff9f3f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,404
Size: 1.00 vMB
Total Fees: 0.04824978 BTC
Feerates: 101.66 > 4.83 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,771 (378,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
536,665 536,665 00000000000000000011dcc6b5202bf9dc43dd5b6591678a44ce23a26255c59b 2,162 1.00/1.00 vMB 29
536,664 536,664 00000000000000000011dac03c1fb49a380d27af0f3503276febd71e12d47e79 856 0.59/1.00 vMB 11
536,663 536,663 00000000000000000014344dc8d68ccf2f06c53120917c89f08eacab9c6bca59 2,226 1.00/1.00 vMB 11
536,662 536,662 0000000000000000002153eaaa521c8de9240028b64fe8185f2253af31285cc3 1,811 1.00/1.00 vMB 25
536,661 536,661 0000000000000000001770334735d59b2014c521c915d0dcccbf6b320585520c 152 0.07/1.00 vMB 28
536,660 536,660 000000000000000000284e92a949fb175fe2abc91fa7f30d32661ef7556fd7ad 252 0.08/1.00 vMB 15
536,659 536,659 00000000000000000009bf05ee72bd16a60261adc07c8d6537f8800eb1b0a433 388 0.14/1.00 vMB 16
536,658 536,658 0000000000000000002aa46d30d234dd36c92e3218ee60fad79a5ac34ad85b97 1,488 0.72/1.00 vMB 13
536,657 536,657 0000000000000000001313fd358b612d7964007da745da37ccaf4945f81a20c9 1,420 0.59/1.00 vMB 16
536,656 536,656 00000000000000000001c1b734f927f21f6b81de1d356179ce2ee958b85a51dd 207 0.14/1.00 vMB 14
536,655 536,655 000000000000000000019a8700f84ce02e1aaa1d91c1853986f82eff65a27f91 865 0.41/1.00 vMB 14
536,654 536,654 00000000000000000005ea2f4f02ee31cbcb7f19c5691caeeebf43f48ea2adfe 967 0.50/1.00 vMB 22
536,653 536,653 000000000000000000140a9142d96cfafef08911de1f372cf8a8e2540f153415 296 0.16/1.00 vMB 14
536,652 536,652 0000000000000000000677943dbd02cee28b2838c60362d92833fa27d0b2cf04 433 0.14/1.00 vMB 19
536,651 536,651 00000000000000000001a47a421920b3e3b5b0ea43792a4f8a1cb7098130f680 985 0.37/1.00 vMB 3
536,650 536,650 00000000000000000029409a3d035c4eab6c9a75a7d75555804a5b914f1e5f7a 1,900 1.00/1.00 vMB 20
536,649 536,649 0000000000000000000faf2bd7c1aa2e4e80e77e79c8369926a6f8c081bd3d8a 75 0.02/1.00 vMB 12
536,648 536,648 0000000000000000002292c2a6d435316630de6731e46f3c373a3eeabcf82e8b 770 0.32/1.00 vMB 14
536,647 536,647 0000000000000000002bb24a1dcd98c37b8082c95a95e36566b16e7350a3dad3 286 0.16/1.00 vMB 15
536,646 536,646 000000000000000000171c4471b33bb28d353193152d86d8ae192781f382c0a1 1,565 0.68/1.00 vMB 19
536,645 536,645 0000000000000000001b24bc55ca70da91fd0b4734266761d37606d5f2d8d647 1,172 0.52/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.98 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: 648.26 GB
    • Received: 13.02 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.