Loading Tool

Explorer IconExplorer

Memory Pool

79,041 transactions
29.26 vMB
0.08665344 BTC
Random Selection Loading Transactions
Max Size: 177.17/200 MB

Candidate Block

Mining Attempt 593dacb492c549acd645136164c5a4d090fcbd6e041ef7a7d3c8f98b13ac6c59
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 038a664278e358b687fb4b1cd52128f68134f4f3968933dc9027f65d7e4ca666
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,472
Size: 1.00 vMB
Total Fees: 0.02533790 BTC
Feerates: 178.73 > 2.54 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (610,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
304,203 304,203 000000000000000014a8f593658613b2a817122aea1f5e094036123a19b3bdc1 31 0.02/1.00 vMB 24
304,202 304,202 00000000000000001591194a9dc71adc7c27d2c38fa5c63584d01aa0ccc73478 424 0.19/1.00 vMB 32
304,201 304,201 00000000000000005299a43a486b46fd81600a0dbffe2be744172abaea96c8c7 823 0.48/1.00 vMB 31
304,200 304,200 000000000000000047fb15da0f0cfa3674d9084f206fe5bd65e3431da4389033 406 0.20/1.00 vMB 53
304,199 304,199 00000000000000004193bd838072e57a049be05faf09fad1bf3cf305a22a1df9 43 0.04/1.00 vMB 21
304,198 304,198 00000000000000000439403d60572970581229cd19fb36d88079a458c47e1998 424 0.29/1.00 vMB 26
304,197 304,197 000000000000000028aad2c4f37ea699410a5233a2197a2ee50d460c1400faa6 422 0.26/1.00 vMB 35
304,196 304,196 00000000000000000a4d748198a375776d03bee3dcbb990ce5372a3892e803ea 323 0.14/1.00 vMB 34
304,195 304,195 00000000000000001219ac4003be3042ff714e7cc03864d2d2742dfa7c3c1f2f 45 0.02/1.00 vMB 26
304,194 304,194 00000000000000000128b3e4e6f1d1c717597cee0b21cb0ab126b10d330c20aa 269 0.14/1.00 vMB 31
304,193 304,193 000000000000000020cae5ac9700712d88dde3eaeae9059a849b68143d5c2cb6 285 0.20/1.00 vMB 25
304,192 304,192 000000000000000020e464b35713d831968149d6809a58f1abae0e674c4ab98c 199 0.12/1.00 vMB 26
304,191 304,191 0000000000000000689257a368a46d45dfe7ee3f861a89b4b640a7c02933bbf5 183 0.11/1.00 vMB 45
304,190 304,190 000000000000000063e13bb4737ad441a6d55c2260300dd1674442f5c2f40e6a 150 0.08/1.00 vMB 25
304,189 304,189 000000000000000062c699961f6d2d721752fc027eb283df0fcf8e1276d75949 239 0.12/1.00 vMB 25
304,188 304,188 00000000000000002c66267c52976524cc66896c330d722c26d36db2c6360058 200 0.10/1.00 vMB 47
304,187 304,187 00000000000000002b58a14992394e3498f29a142c96bb0593b2cab0eb213e9f 616 0.51/1.00 vMB 58
304,186 304,186 000000000000000063c669a03b700b8128fe17d20d60ef77f12f04eb27399ad7 797 0.35/1.00 vMB 39
304,185 304,185 00000000000000003545f74aacf3a7db25774b66f4c84524390e580a683aecac 226 0.12/1.00 vMB 29
304,184 304,184 0000000000000000199ef32e665bd4cdd7c69aec130c5a71533e97742b75950d 189 0.13/1.00 vMB 25
304,183 304,183 000000000000000058a47e26dcd52078309de010785bccbb97245884cea1f75a 224 0.12/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.68 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: 679.42 GB
    • Received: 16.44 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.