Loading Tool

Explorer IconExplorer

Memory Pool

28,895 transactions
17.73 vMB
0.03724832 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 93.59/200 MB

Candidate Block

Mining Attempt f6513731424c018dde92582ad6da877c4273e2f8a9babb498f98bc29f24603e3
Version 20000000
Previous Block 00000000000000000001e9dd6040fa9baa2d95e68c5e348ae2af117ea9739e30
Merkle Root c53fc6cf132666aac94a7502c5671304ef45d05ba133fd1d268d3cecc28c3e91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,851
Size: 0.99798225 1.00 vMB
Total Fees: 0.00470295 BTC
Feerates: 40.21 > 0.47 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,851 (655,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
258,119 258,119 000000000000000f4bee7a0383c3305411e4095e148b1f31e58f7a1db8609f0f 52 0.03/1.00 vMB 116
258,118 258,118 00000000000000243e16af91cd4683f7a9861b9c84d581e53c5a084ce3861da2 310 0.13/1.00 vMB 116
258,117 258,117 000000000000000d7cc0a74882950bc1abfd46e577ab84ff5408044548f9fdcc 116 0.04/1.00 vMB 69
258,116 258,116 000000000000000a19c35ccb7d3747430fd8683d3913ccba51e4bbdb7682bce8 136 0.07/1.00 vMB 95
258,115 258,115 000000000000001360640d92e525aeda67b3d9531674808084f63067a041fa46 369 0.16/1.00 vMB 138
258,114 258,114 000000000000001059fbbbd59428ceee257d6ee77db88d2efedbcd1486308993 301 0.12/1.00 vMB 132
258,113 258,113 000000000000000c1f7c8b57aac232483708d1f62746f9e5fd6c59631a340c71 151 0.07/1.00 vMB 117
258,112 258,112 0000000000000018b2b372f039c2f59ceada4554e6cd15661860caf99ea23d36 241 0.13/1.00 vMB 81
258,111 258,111 000000000000000fab10e0dc790bb51e90088149819478da2e10339d818068ea 645 0.24/1.00 vMB 121
258,110 258,110 0000000000000002970847e071da6389e9d2619d90de8c27dd03a9eb40a971b4 82 0.09/1.00 vMB 57
258,109 258,109 000000000000001f642d041aa847246a8251a1269be4e811ea17f73e6ba1e314 522 0.25/1.00 vMB 74
258,108 258,108 0000000000000001a59b23ed75c027c82398ee1354fb0a117a0fa9f781a28ef2 621 0.25/1.00 vMB 128
258,107 258,107 0000000000000022324f5ae6a092497a201675d734939a00d30d0ea17e16ab35 96 0.04/1.00 vMB 108
258,106 258,106 000000000000001ea0693e6e69d9a3f67380531fa04868faccdaeb4c7e067a2f 21 0.01/1.00 vMB 68
258,105 258,105 00000000000000228c19d9604a8cc407494ab83eed4658d5a3ae352ec1716c26 56 0.03/1.00 vMB 90
258,104 258,104 00000000000000238d4f902b2ecdbf2c8d6b35ecb615c29f9e2549375f06ca5a 304 0.16/1.00 vMB 76
258,103 258,103 000000000000002216570e127cf612edd2c984214c525cb8125283053e80e2a0 160 0.06/1.00 vMB 115
258,102 258,102 0000000000000017c7d014f40c954aed3f3e35a80232d99f1524cc53b0a198b3 17 0.00/1.00 vMB 108
258,101 258,101 000000000000000f20b60277dc9e3cc2aab16d5b27b5ecb930aceec0ca5b2f36 181 0.06/1.00 vMB 143
258,100 258,100 0000000000000025a24e33cbd65a64c04f162c0e5bfb2575a628bded28e3aa2d 291 0.13/1.00 vMB 110
258,099 258,099 0000000000000012aea631613f8945e1367ca38712ee3b8e6212ad18865a4a7a 272 0.12/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 780.35 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: 522.36 GB
    • Received: 4.87 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.