Loading Tool

Explorer IconExplorer

Memory Pool

42,235 transactions
26.51 vMB
0.07638991 BTC
Random Selection Loading Transactions
Max Size: 138.45/200 MB

Candidate Block

Mining Attempt c9dd6721956cbe9d4489f2b3725cef725b519fcc80f7f04d81c6d9458ffdaaf5
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root e0f3bfbd5d0ab2973df2ca047499e4ad9ca98c27229dd5af46b8230f7706209f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,280
Size: 1.00 vMB
Total Fees: 0.02676892 BTC
Feerates: 151.16 > 2.68 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (729,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
185,811 185,811 000000000000096c278043ccc52c44f10c7f7423368edcdfeb7dcb3c78b2bb1f 17 0.01/1.00 vMB 77
185,810 185,810 000000000000050f69cdd6c16e97b0535de0f79406be8590f28c6d4963d9e28b 77 0.04/1.00 vMB 72
185,809 185,809 000000000000028822b526753d2a4d5d898272319cb3051b3527bcce072e7351 256 0.14/1.00 vMB 90
185,808 185,808 00000000000008919d53d35a9703fcb9b514dc78e20e87d83d9b9a36bc6837e5 155 0.04/1.00 vMB 58
185,807 185,807 000000000000094aa388abc6e583b0a9f4de7575fb2326f210b5efb3ec0dc19c 333 0.16/1.00 vMB 107
185,806 185,806 000000000000028d9ee9ad2724f491d7e31c9e8cc8c51e5cd44a7dc9802aea8d 270 0.15/1.00 vMB 95
185,805 185,805 00000000000007ca736201ad9d30fac1853a76ce1e41c192857af816469edaf3 90 0.04/1.00 vMB 42
185,804 185,804 000000000000041c9004657c02d5fce18cb98afe4be0f2d1ef7206ff3cb5b88d 221 0.12/1.00 vMB 76
185,803 185,803 00000000000004a14028266590c022e9d8d1fc5f80f872a0ee56da80996aa9d2 15 0.01/1.00 vMB 64
185,802 185,802 0000000000000571376dbf02b698e285d0d35ad22ae30e5f0aebe48e37837461 20 0.01/1.00 vMB 42
185,801 185,801 00000000000005be2df4c34bae818b7dec241ece13741b43bf818a61db32c3b3 20 0.01/1.00 vMB 68
185,800 185,800 0000000000000782e6655b2cedbd433ee06ee022274e9bc2965be5548562cdd1 125 0.07/1.00 vMB 79
185,799 185,799 0000000000000184a5f024b25eb8594436f7353f3f56d501e05d936a83b1b1a5 82 0.03/1.00 vMB 26
185,798 185,798 0000000000000521e8ed9437fc154b2ec7526a6a8727e054d72dcbb3206a9370 438 0.19/1.00 vMB 122
185,797 185,797 00000000000007f5c59acb029b730d0b972effbf0a6e32fd600bb5a3ccbd5c8c 34 0.02/1.00 vMB 82
185,796 185,796 000000000000039434940a1bc780f8ec701281d1ab1356024d18d06d40d171c9 89 0.04/1.00 vMB 86
185,795 185,795 00000000000005d8a9d67eee2c60d919024d6afce85ab67597d2279fea5a61e3 645 0.25/1.00 vMB 143
185,794 185,794 00000000000007ae1f9376afff3c46a73dc1f8e9272afae246020fc1c28ebaa5 1 0.00/1.00 vMB 0
185,793 185,793 0000000000000264adc80e2760f8f21b823d8d59285ac760a0ae138001b26b6c 68 0.09/1.00 vMB 68
185,792 185,792 00000000000002b0422c9d83097335a05e9349ab677633e03190a560dfb09415 14 0.00/1.00 vMB 82
185,791 185,791 00000000000008784c16768a18951963297e89ac22de48adb47855950cc5739e 120 0.06/1.00 vMB 127
Previous 10 blocks ↓
Total Size: 782.16 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: 653.26 GB
    • Received: 13.84 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.