Loading Tool

Explorer IconExplorer

Memory Pool

89,948 transactions
23.81 vMB
0.07080904 BTC
Random Selection Loading Transactions
Max Size: 161.53/200 MB

Candidate Block

Mining Attempt 53ea4dc03e205f2262469a22418153af91a20d00bcf2488a3e5506996a6c0b2f
Version 20000000
Previous Block 00000000000000000001514719dda3c2828e997a34f8831acf4de951286987c6
Merkle Root 20a73f08642f3fb5e5c0db4ee9c30f13d3444ea225c4df2f7c066890735236d6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,726
Size: 1.00 vMB
Total Fees: 0.01714395 BTC
Feerates: 201.07 > 1.72 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,850 (723,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
192,190 192,190 00000000000003853cb9fcd8354486df84199911162a31826abaec260494d985 170 0.07/1.00 vMB 100
192,189 192,189 00000000000002b3340b325f7ddcf5140d54ac189b9d87d066bfbdbc7b873453 313 0.13/1.00 vMB 131
192,188 192,188 0000000000000763efb32c20652758336620ba109ed3ede7020726260a072f6b 423 0.23/1.00 vMB 161
192,187 192,187 00000000000000380a7fecc12ae6379a8e0e9c4ca4d60775ad039047826bd22e 137 0.05/1.00 vMB 211
192,186 192,186 00000000000007141f4476fc13f82a5df6b1ff93331af5d637f2d77f0107caaf 138 0.08/1.00 vMB 128
192,185 192,185 00000000000007e406a2aefd976b2b0bfcbab0050c07d7b0c252ef5e241b0321 651 0.25/1.00 vMB 82
192,184 192,184 00000000000000e99a83eb9aa735e7e7778f621e9d04e1423d184748b372e248 11 0.00/1.00 vMB 298
192,183 192,183 00000000000007f2e1cc4ff5f3b63199abf844f0041d6e1cff7944b9dc4fde4e 512 0.19/1.00 vMB 105
192,182 192,182 00000000000001f46e0b1a7ce0f48942f82a44f7a9dcc925826342b0ae677d88 458 0.26/1.00 vMB 178
192,181 192,181 00000000000003e9bc090794ba6bee1c81f63d46e2b554e8e9c2e8643de34d0c 15 0.01/1.00 vMB 92
192,180 192,180 0000000000000331d8df165c855cb8a411817183b268692a2d9f8f061fa7cb89 267 0.09/1.00 vMB 1,481
192,179 192,179 00000000000003dcf31c51b13ba51a607b54039bc323e21a884348740ab70341 1,027 0.41/1.00 vMB 705
192,178 192,178 0000000000000674478a81b41eca8350be17e72d96e91db031e7edb13a5ff235 1 0.00/1.00 vMB 0
192,177 192,177 00000000000007d88040ff238e17aa6d4d9031127d0519de7d6105a9b0b8d00f 90 0.05/1.00 vMB 7,016
192,176 192,176 000000000000030131b09f15aa8ce27d8731b55d6ef84bae6e11a9591b1f964c 136 0.05/1.00 vMB 1,101
192,175 192,175 000000000000028f613f3032c7634a5427715df4af201a40fb6d3c134e56901b 14 0.00/1.00 vMB 0
192,174 192,174 00000000000002ef7a7f153da06665cf83ab858a2e10170d292ce1c5efcd17fc 481 0.25/1.00 vMB 133
192,173 192,173 000000000000004c416d3fec5bff715a8701839ffab88289932ed1a6809c8383 119 0.05/1.00 vMB 797
192,172 192,172 00000000000005ab94da5df196b3cd47c5843c202ba374624f34a2ad791fbfb5 10 0.00/1.00 vMB 0
192,171 192,171 00000000000000c671fd64bf4d9738b97373c1ea4eeab34d8289b29156a06335 10 0.00/1.00 vMB 325
192,170 192,170 00000000000004c99dc4be17683f56112545730d5e4f8caffeb3dae4ef552ad5 227 0.07/1.00 vMB 223
Previous 10 blocks ↓
Total Size: 783.84 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: 793.07 GB
    • Received: 21.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.