Loading Tool

Explorer IconExplorer

Memory Pool

80,787 transactions
30.44 vMB
0.08764260 BTC
Random Selection Loading Transactions
Max Size: 185.75/200 MB

Candidate Block

Mining Attempt fe45fe4a6fce8c38675a8301e56e8606cf4ef309cb9f6355faec1369986c0443
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 19d2574faac523f022f6c2ed2b9fc14fc5fd339c6d50636b6110dddd84a0aabd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,733
Size: 1.00 vMB
Total Fees: 0.01922500 BTC
Feerates: 402.75 > 1.93 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (327,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,541 587,541 000000000000000000185ee40aacd1758fd698cef3fba349afc9459668cf9def 32 0.01/1.00 vMB 22
587,540 587,540 0000000000000000001e19ea358fa385579b9d2fd03a6e68933538ad312dbd61 85 0.21/1.00 vMB 2
587,539 587,539 0000000000000000001627005982d1f3f7befbc47535d1033b0d8633e61fb6b0 1,979 0.69/1.00 vMB 24
587,538 587,538 0000000000000000000a835bd0514d7b1f0963a9bc06d3a67965a443f6fcbdeb 1,063 0.38/1.00 vMB 13
587,537 587,537 00000000000000000007193a55e8698144ec996672fed4b9cac3b7770f421f45 2,235 1.00/1.00 vMB 27
587,536 587,536 000000000000000000192c790c8bbeff131ae60cc7fee98b4d2efa7c118809cb 3,324 1.00/1.00 vMB 37
587,535 587,535 0000000000000000000ddbddc9dff8fdc469eb5dbf7d5a3eb17c6d741c0745a5 604 0.19/1.00 vMB 22
587,534 587,534 0000000000000000001eb10e5316a25834e5c467c3a708222ea67b805e56cfd0 466 0.28/1.00 vMB 29
587,533 587,533 00000000000000000013d5337b6dd90daeff31dfbbb284728f8d474ec68b8a14 1,269 0.37/1.00 vMB 2
587,532 587,532 00000000000000000001d9258c427faee529fe6ae6f7cfb17a777b7f4bab823f 3,053 1.00/1.00 vMB 27
587,531 587,531 0000000000000000001e37f0e258f5e7c961e613492d7075ecf336714161a2ff 1,603 0.49/1.00 vMB 19
587,530 587,530 00000000000000000008d913a3ce186d8860152eea6eec77b9190563d641918f 1,302 0.40/1.00 vMB 18
587,529 587,529 0000000000000000000db1a88f0c8f5451c7ac377e30bcdd8dda4ebb4cdb445d 1,503 0.44/1.00 vMB 20
587,528 587,528 0000000000000000001a0131a5520d8f8fe3703ad2b28e78b9c1e8a35fb824d4 2,297 0.67/1.00 vMB 23
587,527 587,527 00000000000000000014697d734778a1cb91df1aa3445bba3aaa1486907de322 2,637 0.80/1.00 vMB 18
587,526 587,526 000000000000000000054d71c214fae0e76b9923e1d55a26477319431e1e86f1 2,081 0.86/1.00 vMB 16
587,525 587,525 0000000000000000001cc8ea6d5a8b33ef31fa15aa8e04d43b5d1545debca4ac 927 0.35/1.00 vMB 16
587,524 587,524 0000000000000000000e22bcdea542301d85cf5e6fae39ad9d52d9c7e2a0f04a 145 0.05/1.00 vMB 22
587,523 587,523 000000000000000000185e3e50a71d349b94df838276778fe9eaa44ee0f58fc8 2,200 0.72/1.00 vMB 22
587,522 587,522 0000000000000000000db0ddefcdb6b5765fb074fef0d3a5143a29a753afe74d 2,679 0.90/1.00 vMB 22
587,521 587,521 0000000000000000000a287228ba5cfc830bd5b62ba0e650fc437dfc937e298a 1,035 0.30/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 783.00 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: 718.60 GB
    • Received: 17.92 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.