Loading Tool

Explorer IconExplorer

Memory Pool

82,255 transactions
30.98 vMB
0.09001603 BTC
Random Selection Loading Transactions
Max Size: 189.02/200 MB

Candidate Block

Mining Attempt cbe6114f50e995c5658e7321dbbedbebd77228e76db90ccbe6658b700ee88ede
Version 20000000
Previous Block 000000000000000000018a6131e27c6c8e6c00f0695c67492c18c531297b0321
Merkle Root 841a2997196d889865dbf1b0c82df5639085f204d206f4813bff79ef52c24618
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,823
Size: 1.00 vMB
Total Fees: 0.02045455 BTC
Feerates: 150.93 > 2.05 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,332 (467,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,928 447,928 000000000000000001161ef44174c28611db006f1d13b5d658c0b78303a9dfa2 2,606 1.00/1.00 vMB 96
447,927 447,927 000000000000000000f3cd1b4f449f9c52f720544a3c67043b081ae936cf8a7c 191 1.00/1.00 vMB 4
447,926 447,926 000000000000000000999d2d338f5779e47ba7b41f5a4bfb8250fe8e155b3719 1,939 1.00/1.00 vMB 66
447,925 447,925 000000000000000002a303784f23e87a927ee417ee048be545426d7e164ef59a 2,814 1.00/1.00 vMB 104
447,924 447,924 0000000000000000017b12c9bd0cf07d03b58a9ac518a3baa0420f600da558ad 865 0.33/1.00 vMB 79
447,923 447,923 000000000000000000843a3db7199c2ded20c631fa8253a160e5c5383047d17b 1,955 0.91/1.00 vMB 65
447,922 447,922 0000000000000000016e374f7df1de8df5821d21e1d00fc53a91c105ac7ade1e 2,452 1.00/1.00 vMB 95
447,921 447,921 000000000000000000570e99276ad72d4f54153c024192816f7dd8954faccd3b 1,010 0.45/1.00 vMB 81
447,920 447,920 000000000000000003055d832f921e934881a63820c630a81665b5190d7170af 155 0.10/1.00 vMB 42
447,919 447,919 000000000000000000e5fb3654e0ae9a2b7d7390e37ee0a7c818ca09fde435f0 418 0.16/1.00 vMB 103
447,918 447,918 0000000000000000022b7dbc91ddd0d582121a80fdc5e652cc0ce09204b87204 1,426 1.00/1.00 vMB 39
447,917 447,917 000000000000000000f1ad1e4bdc9fc2d6294dab20fbb88cf06c8acb2b8e2572 2,617 1.00/1.00 vMB 94
447,916 447,916 000000000000000000f4a56a892ce0464d4a92079fd0ac6ad78ced9f41a833ff 410 0.19/1.00 vMB 75
447,915 447,915 000000000000000001b454afb8c6a313d6c1599d69c9ee5c9fae555e6afa4c40 881 0.43/1.00 vMB 75
447,914 447,914 00000000000000000237954747f68416e4dc21a85baf2921bb5d7d2b9b55b781 1,632 0.68/1.00 vMB 79
447,913 447,913 0000000000000000020a323808e949f0fed13cbf424f1e36545fcc12b87b6cec 2,322 1.00/1.00 vMB 77
447,912 447,912 00000000000000000225a585e66b460cb8a52ec1fb98eb2a6be4a9f620a3e124 963 0.45/1.00 vMB 80
447,911 447,911 000000000000000002a5a350fc792528e5bacc3677d2e7a39102ba14c6dc91d4 958 0.40/1.00 vMB 91
447,910 447,910 00000000000000000307d359abd0073ec8d031b4378bad9c6e77991d687594d7 367 0.35/1.00 vMB 28
447,909 447,909 0000000000000000008c6a62541eb1fbe355a022d2dcf5f48cf97df3e0bbab71 1,854 1.00/1.00 vMB 68
447,908 447,908 000000000000000001fbe92360c1c9d1fce82b217ef1df912829f12c66c569b5 2,320 1.00/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 782.97 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: 715.85 GB
    • Received: 17.74 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.