Loading Tool

Explorer IconExplorer

Memory Pool

76,745 transactions
28.53 vMB
0.08521548 BTC
Random Selection Loading Transactions
Max Size: 173.06/200 MB

Candidate Block

Mining Attempt ee9d2ef196a75c1bf057dabdf8f73598f2f2a6af8f44586e8b16a857da40e786
Version 20000000
Previous Block 000000000000000000005304b920c57207721ddd4d0c139fd52ef7ddb82f87f0
Merkle Root 47f390c7685a6c39d7c208065175a688f9d1af62ca7ebb6cabd291dbcd89fcbf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,101
Size: 1.00 vMB
Total Fees: 0.02293738 BTC
Feerates: 446.64 > 2.30 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,606 (791,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
124,170 124,170 0000000000002cb3f4c5c060e590257683095731d4432329679b0cccf3827761 9 0.00/1.00 vMB 790
124,169 124,169 0000000000000aa764b18f5ff56b526c45013545ac16d6a5e47873ef922ebfdb 48 0.01/1.00 vMB 2,611
124,168 124,168 00000000000009e32663bafb87b6c5bb8d5eaa77b8d25dbb73274e01e2d2e1dd 12 0.01/1.00 vMB 728
124,167 124,167 0000000000004f2ef8ca866fa93f1104f63a5980ecc455c16077d1fbf60a9b50 52 0.02/1.00 vMB 591
124,166 124,166 0000000000005bbd2559b3d5e8a1f2d0adf0668450fa601c0722013f1e2f8cba 35 0.01/1.00 vMB 2,545
124,165 124,165 00000000000037b1d83b8326dacd3e960ed99a467c01358ec3689fb242ba9782 9 0.00/1.00 vMB 307
124,164 124,164 00000000000017eb11a58a79bddb4a94b697019a17c26873f49a300514ac2d03 6 0.00/1.00 vMB 344
124,163 124,163 0000000000003c7bcea4f1a11c9d3e8ef5b32163be917400c5f634f2501a7943 2 0.00/1.00 vMB 0
124,162 124,162 0000000000006a127454a5819caca525c061f9ba4f170e1f39b03bb8f0d25afc 21 0.01/1.00 vMB 595
124,161 124,161 00000000000001258d314bc7472428a8b0d830219aefd8b2ba1d3c48eae17aab 2 0.00/1.00 vMB 4,464
124,160 124,160 000000000000412b903754c07a4ee9286a845da37051e9e338b017495b82bf38 24 0.01/1.00 vMB 0
124,159 124,159 0000000000003cf80fe191d2d1b0673db7e462bc11328b08bce16b5b2481c21d 19 0.01/1.00 vMB 701
124,158 124,158 000000000000497cff5a832ec30496b7df60e8c350ca9fd609db132b27d4b90f 19 0.01/1.00 vMB 600
124,157 124,157 0000000000004bf3903ae86f6f1e9a5962c465d295c6eb68177115d8ea83f0f9 26 0.01/1.00 vMB 741
124,156 124,156 000000000000654f6c6362512fdf2d9e1d0a92d6f310ad8b9cdc93caa64ff6bf 48 0.01/1.00 vMB 2,442
124,155 124,155 000000000000540b16f0cb65a1b8980408ba9ddb9154129fcb8e09bd1e23a6e2 5 0.01/1.00 vMB 301
124,154 124,154 0000000000004c6b2ace9870c4412b6449787e67a853b58bc5c4615ae5031bf4 19 0.03/1.00 vMB 848
124,153 124,153 00000000000016ca25fb88daed6ba2922f0da9969cf30d8e1efc70993287cb18 15 0.00/1.00 vMB 2,052
124,152 124,152 00000000000069e78f56c70d81756e31bf379142457c423859c47b169f60501b 11 0.00/1.00 vMB 348
124,151 124,151 0000000000004da21f13e9c9ed74bff65afe45ac98ba92fb654dde665b36d20b 54 0.01/1.00 vMB 2,887
124,150 124,150 00000000000036f60a900753256452611b72c7aba1433ec78b6465b8a9cc1e7f 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.44 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: 770.79 GB
    • Received: 19.98 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.