Loading Tool

Explorer IconExplorer

Memory Pool

50,423 transactions
30.26 vMB
0.14132831 BTC
Random Selection Loading Transactions
Max Size: 161.44/200 MB

Candidate Block

Mining Attempt d268de2afe0a1c10061c35fbe5dcae151792cef011e0692c909fe4d36c08c3c7
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root d8e8e1850b254a7526934a89426296dcd03eb9a48cc6d9fa5c0be0d79405220c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,271
Size: 1.00 vMB
Total Fees: 0.07128812 BTC
Feerates: 529.61 > 7.14 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (816,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
98,318 98,318 0000000000049c1b1ace423312ffe7ab4557aa86e87ff6961e94f86f98253404 3 0.00/1.00 vMB 0
98,317 98,317 0000000000028e64668242915c1922096b7b7a614e9f729cfcec894bb4bc7a75 2 0.00/1.00 vMB 0
98,316 98,316 0000000000036561bd089dc2c13d23303bed5ebe609371c45b88016b2a522a9d 1 0.00/1.00 vMB 0
98,315 98,315 000000000002068347f55b669b17c61f70a976d72acab4639b96db54e5dbfab9 7 0.01/1.00 vMB 0
98,314 98,314 000000000002798426806e475f4a379807cca4e91e38b85faccaa1ab54ab69c2 1 0.00/1.00 vMB 0
98,313 98,313 000000000002430a4227970a3a31947dc4b94c2b9bfcf9b9a46025f9d1460f88 1 0.00/1.00 vMB 0
98,312 98,312 000000000000a6b446ed0304e0dd2f9b90de83404c26b94f4054ce24348e2dfd 1 0.00/1.00 vMB 0
98,311 98,311 000000000002d286576658677924c1b3f7c1f7da9d0efe7c2ce7ec41313ee408 4 0.00/1.00 vMB 0
98,310 98,310 00000000000444d7da6b10577bfb89352f9dfd5c5f560c743cabb3818a0a0e2d 3 0.00/1.00 vMB 0
98,309 98,309 0000000000013b4acbdd9febe398c2e90548de50f5ab5dafbbe6acd5fbed7f5b 2 0.00/1.00 vMB 0
98,308 98,308 0000000000014a9b25074fb7389b66edea6a64979f16640d74524db4493c419e 5 0.00/1.00 vMB 0
98,307 98,307 000000000002e7624f87f3d0447347f6f45f927662f8d633a6276b42f8411a6f 6 0.00/1.00 vMB 0
98,306 98,306 00000000000397598555306f5044cfd1634927accc6c8734b4961c06ecf81766 3 0.00/1.00 vMB 0
98,305 98,305 0000000000050ba233ae43f4acfb89157997527927a39a2bdb3a6418adcd30a0 3 0.00/1.00 vMB 0
98,304 98,304 0000000000005e70406b462641151e0c9860992632e7cd2b61255180471bf5a3 2 0.00/1.00 vMB 0
98,303 98,303 000000000002364a45f79ab52768efe1d1a4d5a04ca07862269d32929c95ae3b 5 0.00/1.00 vMB 0
98,302 98,302 000000000001a23fc52c97cd8be9892ffc8480c229bd00ab2a6f68c26b3c16a2 1 0.00/1.00 vMB 0
98,301 98,301 000000000004960b505a35b55c09a1d9c438c4dcb38610e0ae4ece76e6c50742 3 0.00/1.00 vMB 0
98,300 98,300 00000000000536637b79d1e4cb197837225d166b7d1b5f552c9280cbfa14ecc6 10 0.00/1.00 vMB 0
98,299 98,299 0000000000050ccf37be02ce74cb83208aedd5e99b7c927eeb6e6e80218bea50 5 0.00/1.00 vMB 0
98,298 98,298 000000000001ce67aa485550b426afcd496ba9ce4ba3548273f97b183bd36aa7 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.12 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: 652.09 GB
    • Received: 13.71 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.