Loading Tool

Explorer IconExplorer

Memory Pool

71,241 transactions
26.67 vMB
0.07067743 BTC
Random Selection Loading Transactions
Max Size: 161.45/200 MB

Candidate Block

Mining Attempt b664383f33e69a8997a761f27acfa42b1dfd80946d61129bef67e7956fe69e76
Version 20000000
Previous Block 000000000000000000010510778f2db47a93769c70434d373b6ecfdd9aab40e5
Merkle Root e007163e3deed159c8ad3c33d8fec5a69eb7272b80c209d7f74ebc2262754032
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,046
Size: 1.00 vMB
Total Fees: 0.01379419 BTC
Feerates: 477.45 > 1.38 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,464 (474,104 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
441,360 441,360 0000000000000000010aa47231dfee12e480adecb366cda42fc50ef9b422d476 2,528 1.00/1.00 vMB 88
441,359 441,359 00000000000000000396af4d7e21161156742f2845d75022ddb940e19daab783 221 0.11/1.00 vMB 72
441,358 441,358 000000000000000001b9eba0d734b560bcbf13983d84dfdb226c87b8d3abed60 782 0.62/1.00 vMB 42
441,357 441,357 00000000000000000242c58a93d4c374bb004affc979ed59cebe97fc7e82173f 1,299 0.92/1.00 vMB 45
441,356 441,356 0000000000000000017f75951df2b237ef23edd7d53b308376f37a5d4aaba38d 488 0.22/1.00 vMB 77
441,355 441,355 000000000000000002eb0108289368e9a305cf6cab58b9eea5b34327c64b974b 1,299 1.00/1.00 vMB 33
441,354 441,354 0000000000000000039a499b15b6f5d67143af22058525c3f37cfcd945edc94f 1,270 0.75/1.00 vMB 53
441,353 441,353 0000000000000000030d54439482f28d2c2c430c8f772ac1fd54afca37a629ff 1,471 0.75/1.00 vMB 65
441,352 441,352 000000000000000002e565cdc1d242ac40b7b0d336f4333f71139e1030a59a1d 2,431 1.00/1.00 vMB 82
441,351 441,351 0000000000000000005973b0e54b2b28171e068f39ae8cb43fb968252dc6a17b 1,739 1.00/1.00 vMB 87
441,350 441,350 000000000000000000e28a8521d7f5b3960c4501f2ebc74c5c066475a73d4263 750 1.00/1.00 vMB 102
441,349 441,349 00000000000000000340a7977fe956e6fb9d92f50f719fabf12824d33cd4dad6 768 1.00/1.00 vMB 26
441,348 441,348 000000000000000003d13607b1ac4c63029f7ac3dfe3a4b710e70d3867b05bf7 1,035 1.00/1.00 vMB 32
441,347 441,347 000000000000000000495c65e0c0e95a389fc91b45b5f2d85bcd32c1071770e2 1,036 1.00/1.00 vMB 40
441,346 441,346 000000000000000001da31b4495c51b9e3c0fe534d77ac6b01eb5042cfd5d8a9 1,518 1.00/1.00 vMB 60
441,345 441,345 00000000000000000321ff1ce8bf26eeb1ad00b4493c34f64d0e24f087866201 805 1.00/1.00 vMB 36
441,344 441,344 00000000000000000364b3a18daf74b054c8a12f4b5adb752ada4c6f4542e1f9 2,446 1.00/1.00 vMB 62
441,343 441,343 0000000000000000008b23ad75ddaed2c2f48830e0192eaad4571722f0ae561e 1,859 1.00/1.00 vMB 39
441,342 441,342 00000000000000000223eba1f7e1b55468f78ac2ffc4d9d67efa46645712e379 2,088 1.00/1.00 vMB 64
441,341 441,341 00000000000000000037811542c2ca670af372dd43555c4d2dcb69744ab899be 2,568 1.00/1.00 vMB 86
441,340 441,340 000000000000000001278edb4d190b5d846641cefb1ebfe78e8369a9f1107ac9 2,262 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 783.20 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: 754.48 GB
    • Received: 18.93 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.