Loading Tool

Explorer IconExplorer

Memory Pool

42,031 transactions
26.08 vMB
0.05480694 BTC
Random Selection Loading Transactions
Max Size: 136.72/200 MB

Candidate Block

Mining Attempt fb0c83924cb72782064826ac5d5ad5b685b4f864742df31e88535891fab36e06
Version 20000000
Previous Block 00000000000000000000038677f305517a8cc11c54bf2db46b69946ea9907fbb
Merkle Root c01416fbabe532cdc17b224c63731d33e7d6b2ba306f3bb95d4837a075063f51
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,947
Size: 1.00 vMB
Total Fees: 0.00729209 BTC
Feerates: 121.00 > 0.73 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,759 (849,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
64,950 64,950 00000000017e709db052d47d03cd352318786aaff7a3b192f7c5dd797cb4cb32 2 0.00/1.00 vMB 0
64,949 64,949 000000000563fe0268dd7df4b58c3ef300d822f3d2a8d8b52d4506600238086f 1 0.00/1.00 vMB 0
64,948 64,948 000000000148dfb7a4f4c2429ed97c9d5c9a429c11844be12e82956406b95410 1 0.00/1.00 vMB 0
64,947 64,947 000000000aa18a223d8baf4041e621c57c65a83d012d64c7f5e8843461ccbcbb 1 0.00/1.00 vMB 0
64,946 64,946 0000000006e98222c555691d1e8a1164ffc940a0acf3d15eaeeb2363dd9e90d5 1 0.00/1.00 vMB 0
64,945 64,945 0000000008ed38299d7cab95158dc2b20ba7c5aef449b4b9e08b67e01c225236 1 0.00/1.00 vMB 0
64,944 64,944 000000000414f722e63d4cfd23f0a9480c8a674700cb39bd3b6fc07fd714f5fc 1 0.00/1.00 vMB 0
64,943 64,943 000000000712f27d88820450ffc711ba1bf01e8f3be4a3a805fad68cab3391ab 1 0.00/1.00 vMB 0
64,942 64,942 000000000312b1eff74806c65958c83778a7909c733d1bea084d7ba934f8e25a 1 0.00/1.00 vMB 0
64,941 64,941 000000000a79f0f01e3601e345d985e4981c1dd976225ec039afaaa8a456f9e9 2 0.00/1.00 vMB 0
64,940 64,940 0000000001fcd3e12e7323dabf64c020cecafb40d3c24d4b074ab8c0d6f3f432 1 0.00/1.00 vMB 0
64,939 64,939 000000000954465bc3d779510ef47d28a3868845487b299c5049e6466660b5d4 5 0.00/1.00 vMB 0
64,938 64,938 0000000002a1390720805b4187ad29cdad1bac3aad3a0a9bb3eadc96278a3f75 1 0.00/1.00 vMB 0
64,937 64,937 0000000001729e2fb8d16dbcfdd5624fc28df744eb855b82b374e4ef63ef7b81 1 0.00/1.00 vMB 0
64,936 64,936 0000000001bfb874f9ad686f593b39bd767b65004abcc5941990d1e0537f7c24 1 0.00/1.00 vMB 0
64,935 64,935 0000000004d132b511c9bb6754fe022a7d4653940613819b4308dda947f5d385 1 0.00/1.00 vMB 0
64,934 64,934 000000000003d3274d39df155a6374946bd617f8accfb5eddb01c4296ce47520 1 0.00/1.00 vMB 0
64,933 64,933 0000000009bdf96762997546a37840684ac0fa2e0268100d41f98bd0e2c6d9c7 1 0.00/1.00 vMB 0
64,932 64,932 0000000001cd5b383185194ffaa9d02c2729142c590da37af17a4371db2490e2 1 0.00/1.00 vMB 0
64,931 64,931 0000000007f49abdb2d3276ba54332eab8fa1d34d173a3e7f567e20dd4afd1f7 1 0.00/1.00 vMB 0
64,930 64,930 0000000006c5a34272329d77c6d316a6458b3cb674a611b11014e7d5778a1504 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.96 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: 647.52 GB
    • Received: 12.95 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.