Loading Tool

Explorer IconExplorer

Memory Pool

45,825 transactions
29.09 vMB
0.14080651 BTC
Random Selection Loading Transactions
Max Size: 151.59/200 MB

Candidate Block

Mining Attempt 23da6375c6cfabe7c7d306bf6784f01dddbecc3fe5a5087d1c8af0791ef6c2ee
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root 25428b0bac0632c2228d85d8a9ae6c829275c5be0f8c09774997462b9ada97d3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,812
Size: 1.00 vMB
Total Fees: 0.04278855 BTC
Feerates: 150.75 > 4.29 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (170,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
744,301 744,301 000000000000000000003b02d78103b29f88f53b4c0cf9fe72cbcb9e1992b555 3,417 1.00/1.00 vMB 8
744,300 744,300 00000000000000000000da9eeb6c88213d9142dfc124b25a58cd52391ec031c7 1,635 1.00/1.00 vMB 10
744,299 744,299 000000000000000000010e07a2740ec53ee8a9b53fdea0b3732a2fa3c08bf03a 1,110 1.00/1.00 vMB 21
744,298 744,298 000000000000000000078df0483775dc51d7e6309f592a3670568010ea8f23c3 3,707 1.00/1.00 vMB 19
744,297 744,297 00000000000000000005f5f9a672e05198e92f343be0299502d47f3c71491ba2 3,151 1.00/1.00 vMB 30
744,296 744,296 000000000000000000060a68803dca52af06e8dd82db44e257473b84d5f3890d 1,556 1.00/1.00 vMB 14
744,295 744,295 000000000000000000026eaa907096ca023741f10ebf00650ca855bc25df1c2b 3,626 1.00/1.00 vMB 17
744,294 744,294 0000000000000000000664b04d58a99892f137de85fe301c2c27854f06b8f612 2,914 1.00/1.00 vMB 27
744,293 744,293 00000000000000000002fb27f41e5093f33266e82223f240a92f28da61cb8fdd 3,179 1.00/1.00 vMB 26
744,292 744,292 00000000000000000004feedc68691f70668dd0cd852b6ecc9592dc3a59796e7 3,394 1.00/1.00 vMB 29
744,291 744,291 00000000000000000008915e00731118742754239b0d04d3f6ea9457286f7834 2,276 1.00/1.00 vMB 33
744,290 744,290 000000000000000000085020a74f3fe91552ea0f3aab3eebde2296a3556a6d7c 2,243 1.00/1.00 vMB 22
744,289 744,289 00000000000000000004849c8b26fc827f05771f6cd883ae2abdf946ecbb8149 2,599 1.00/1.00 vMB 27
744,288 744,288 00000000000000000005e8345e5bc4a27a7e3c0af7eb70eb87d888d4ccbb69ac 3,144 1.00/1.00 vMB 29
744,287 744,287 000000000000000000068805aea75f64ed664095f022246e7dd8c9485156c29f 3,081 1.00/1.00 vMB 36
744,286 744,286 00000000000000000008a3936989aa735e6a9383e3caaa53d1a2942b830b0032 2,886 1.00/1.00 vMB 31
744,285 744,285 000000000000000000049793c66356f2fcc0a2185407424b83fd6d9e50a29c70 2,601 1.00/1.00 vMB 6
744,284 744,284 000000000000000000007e129a2a08305c19d04f5d13e69a1b4d4aa6f4a3d569 2,202 1.00/1.00 vMB 11
744,283 744,283 0000000000000000000941ed236da78177276bcad4d7901328d2a893aebc223a 3,058 1.00/1.00 vMB 24
744,282 744,282 00000000000000000000ee3fb0cc957d6973ece5e07c4d30e2f9d05fc0446397 2,452 1.00/1.00 vMB 19
744,281 744,281 00000000000000000007fd8eb5ae588b5d3bb644b23a601f493ec1c3ce8bc412 1,527 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.88 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: 645.03 GB
    • Received: 12.66 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.