Loading Tool

Explorer IconExplorer

Memory Pool

30,806 transactions
25.45 vMB
0.06436150 BTC
Random Selection Loading Transactions
Max Size: 125.73/200 MB

Candidate Block

Mining Attempt fd8183f9c778bec8181978ae6ed4d85764d0ddc69503e27efb4c5c08f8e83696
Version 20000000
Previous Block 000000000000000000017869401cddf8699dada97ead2721ddd292f6edd60876
Merkle Root 6e1767a9976a48e0e64f4dbe590e11e0150f20e64494d389e5ca433465d3c1c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,711
Size: 1.00 vMB
Total Fees: 0.01723444 BTC
Feerates: 301.60 > 1.73 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,190 (912,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
2,083 2,083 000000006ee9fdd942b1357e5c480465caf5389123b631f9d5710a9b6dc75e2e 1 0.00/1.00 vMB 0
2,082 2,082 0000000014c3bd382e733796a88b7e811f67e305bd9afe6733ceca8bd43e47b1 1 0.00/1.00 vMB 0
2,081 2,081 000000009c9a00e0b53d961b28f1a79245bea8b5835b10637e99dc22b2abd98f 1 0.00/1.00 vMB 0
2,080 2,080 0000000056776041ebdc54bb829a88d4d6915793be1f08be507c4f7bcaf186d9 1 0.00/1.00 vMB 0
2,079 2,079 00000000960863ea6673e2849756218aa5a6a86af26d8992db5c4e83c7ec44da 1 0.00/1.00 vMB 0
2,078 2,078 00000000da22c6db7dc40587b7f964223547e5291ecaa63274ebff0fc1981e21 1 0.00/1.00 vMB 0
2,077 2,077 000000003da6400c43ccb3501c3e943da24435bbb4b6c490e3988b81f9791eb3 1 0.00/1.00 vMB 0
2,076 2,076 000000006b5d6191bd2f345fa1b1c168bd2591ac56aaa392ee4da2efa9ece829 1 0.00/1.00 vMB 0
2,075 2,075 00000000257209405eb293496e10080c0dc8192b533940fdcdf2cadf9f2a2444 1 0.00/1.00 vMB 0
2,074 2,074 000000006fb214a441e0beccf10a78c946eddeeacf0bb8f658fa895a498f20a0 1 0.00/1.00 vMB 0
2,073 2,073 00000000b724efff8f4676451ae39f9fdf73e9e1f756dd6d8c69fe6ed0ed1f4d 1 0.00/1.00 vMB 0
2,072 2,072 00000000a14bb926208eb6326310d9054de589be3a9d6217130bcbf401dec5fb 1 0.00/1.00 vMB 0
2,071 2,071 000000002234ec90ec5f93aed5b57ca339bce76e57690367f713e53be014ccc6 1 0.00/1.00 vMB 0
2,070 2,070 00000000c87f394fb307f295503695bb39c2e3025a910a1e7e84b13126165264 1 0.00/1.00 vMB 0
2,069 2,069 00000000ea79bc139ea90db3446daa3cbdcd1a4bac1fdc191743dbae3633368d 1 0.00/1.00 vMB 0
2,068 2,068 000000009e51da9980dc4f98be36c65abd497fcb009cdfa488467c2f6152805c 1 0.00/1.00 vMB 0
2,067 2,067 00000000eb952510b6fe05aa6a0fd7730e49ea18d051be315e50f1007f200829 1 0.00/1.00 vMB 0
2,066 2,066 00000000b0ffc0f6ace673e0e6ad6893546c5c808919e6a15b6b5d51e4d8af70 1 0.00/1.00 vMB 0
2,065 2,065 000000005d1ee9f633d16642d1bd8af362c3e49e7ce819937ebe6873aaa8c7b7 1 0.00/1.00 vMB 0
2,064 2,064 00000000184d61d43e667b4aebe6224e0a3265a2be87048b7924d7339de6095d 1 0.00/1.00 vMB 0
2,063 2,063 000000003024fcc0de00e9af302c8bf69b0c625eea0ac3502fb25adb935b652c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.93 GB

Node Details:

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