Loading Tool

Explorer IconExplorer

Memory Pool

28,711 transactions
12.51 vMB
0.05424027 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 72.61/200 MB

Candidate Block

Mining Attempt 45a719b7ef96f4b65fcd77babfa5a5c0d9214a081fe4ef37dad446722314458b
Version 20000000
Previous Block 000000000000000000010f5864303435c7d4b533f7b7bfc98b785ff89c03eb50
Merkle Root edb47c23849623a6a86e146ed5717d941d99757ad8261736929aa4d7ff9181a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,061
Size: 0.99789425 1.00 vMB
Total Fees: 0.03280829 BTC
Feerates: 170.36 > 3.29 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,755 (634,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
279,677 279,677 00000000000000001405a397a6f7dade9b8120c1eb8212f3b5fa7cbdeb49bdd6 167 0.08/1.00 vMB 41
279,676 279,676 0000000000000001e342df0b88a2cd548d31276aca779892a6a231cc8e52df53 232 0.09/1.00 vMB 51
279,675 279,675 0000000000000002200db6213313bc79c0fb1bd1dcb1d9c3a7fc9a0a461a51e0 528 0.24/1.00 vMB 44
279,674 279,674 00000000000000022ddaab94fdcbc1ca49a9a6f2261818470b0a337def806f0d 513 0.25/1.00 vMB 31
279,673 279,673 0000000000000000a73a8bc6483cc2665226ecee24f2ed514e8d60d9902992d3 96 0.03/1.00 vMB 493
279,672 279,672 000000000000000082f5a211f33047eb0086df265897d37f37b9ac2d61239e16 85 0.03/1.00 vMB 40
279,671 279,671 0000000000000002fa7d943a10651794a50447c262216df7695da5d624761cbf 217 0.20/1.00 vMB 25
279,670 279,670 000000000000000229c60a4aa36bd4a4f08901e99c210dca88180239dafac89e 132 0.06/1.00 vMB 38
279,669 279,669 0000000000000002925c527e03123952ae91aaa3c11827702f0512457c7ce393 228 0.18/1.00 vMB 49
279,668 279,668 000000000000000293b82f3492a3c208c86474fb6ff815ac914f4974c3cc5721 257 0.15/1.00 vMB 35
279,667 279,667 0000000000000000919da3a774aca2cd87f0b7639dfe286b73568bda41db8654 50 0.03/1.00 vMB 75
279,666 279,666 0000000000000000e43b220b23501cadcf8aec58bda098cad621473824358f0a 400 0.22/1.00 vMB 36
279,665 279,665 0000000000000000b462c3402c1360fd47c8797f627fc3e498e9d02e6bff1805 39 0.01/1.00 vMB 23
279,664 279,664 0000000000000002e68a377ef1cef1627cb382f73a1d64bcae03c12bab1291ff 603 0.27/1.00 vMB 53
279,663 279,663 00000000000000001d407cdb74aab6be1f85a049890bde04c9bc6d582a3db428 111 0.10/1.00 vMB 26
279,662 279,662 00000000000000028c254b0c3b7740a606d03fc36ea928198dde896727f299c3 426 0.24/1.00 vMB 46
279,661 279,661 00000000000000021d1f7b6ce6aa42fa9a38c37cf0679b6fecf8279c09809f9e 426 0.25/1.00 vMB 29
279,660 279,660 00000000000000001978281d35925bf51c3b6d08cebd5ac75d437c60074335c7 90 0.03/1.00 vMB 238
279,659 279,659 00000000000000003c808c2cebce828c91f42d75ba72527b21655a53e3db5e4d 571 0.25/1.00 vMB 37
279,658 279,658 00000000000000024a92d8775fd984d1cfa5a69d8f23b2204b82520d039d4312 81 0.03/1.00 vMB 246
279,657 279,657 0000000000000000704b4811824dd6a1429050abfcffdce2dcfa8b8b2d987a8e 35 0.02/1.00 vMB 161
Previous 10 blocks ↓
Total Size: 780.19 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 111
    • Outgoing: 10
  • Data Transfer:
    • Sent: 504.73 GB
    • Received: 3.97 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.