Loading Tool

Explorer IconExplorer

Memory Pool

29,070 transactions
25.92 vMB
0.03955605 BTC
Random Selection Loading Transactions
Max Size: 139.12/200 MB

Candidate Block

Mining Attempt d1552b1db99b4f14eb84b5142569185dde82137cc5d31baf25dc77f9274ca04e
Version 20000000
Previous Block 00000000000000000000bc336ef6e678778f5138e50ef118fd70b7d292e069f1
Merkle Root c0e5214832c2ea27f46380c727b76fa024da634d61ac9ffc9f450657f537921f
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,873
Size: 1.00 vMB
Total Fees: 0.01053761 BTC
Feerates: 100.45 > 1.06 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,970 (65 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
939,905 939,905 000000000000000000013697fa31d69ef62236affc8452b04bbf111365eb9213 2,856 1.00/1.00 vMB 2
939,904 939,904 000000000000000000009eec322dce8dde1ffa0e8d4d44f72173074d2cb786c9 3,382 1.00/1.00 vMB 2
939,903 939,903 000000000000000000000b52b77460af5f127e6ad59bb1a88d427f86ecd955b0 3,937 1.00/1.00 vMB 5
939,902 939,902 00000000000000000001eb10f0a8d34559257ab43552602c5d030c75ff95bd86 3,079 1.00/1.00 vMB 1
939,901 939,901 00000000000000000001e77f12c7cc57d87d736a5753b814b72ece0e5951baec 3,681 1.00/1.00 vMB 4
939,900 939,900 00000000000000000000ccef3ccceac98c6923fd19ff4600f3bd4edc5b55a7b7 5,030 1.00/1.00 vMB 0
939,899 939,899 0000000000000000000093ff08344d1d1a6c6a5ed71a18278f9e3a53c2e43f48 1,270 0.42/1.00 vMB 1
939,898 939,898 000000000000000000012d7395132d7fd2270b2ffedbd5bdceba56cac29b605b 5,377 1.00/1.00 vMB 0
939,897 939,897 0000000000000000000181608707d582e90870e42ed6f29d1b4a582adb8ecbbf 3,509 1.00/1.00 vMB 2
939,896 939,896 00000000000000000000f6eaadba82c65955a8f09dfc09aaa9b41738e721479d 859 0.36/1.00 vMB 1
939,895 939,895 0000000000000000000015a0a0408aaf68ebee89ccb1aaeca18efc63d3f195ce 3,305 1.00/1.00 vMB 2
939,894 939,894 0000000000000000000153f50afac26685435ba7fd8f30649c1053d65d983cf5 579 0.18/1.00 vMB 2
939,893 939,893 0000000000000000000146d5c9c663cde0f624f5e2a75bd0c87d80022bff89a1 4,041 1.00/1.00 vMB 1
939,892 939,892 00000000000000000000f7affe47991bf2867de4c7aa4b93956b48ae0e8c84da 3,102 1.00/1.00 vMB 2
939,891 939,891 0000000000000000000125238179b0d79efd0aeabb2a7b9d987572cbcfec704f 3,639 1.00/1.00 vMB 3
939,890 939,890 00000000000000000000065d92f24d414d9f7ed90aa6a10d32a7fee87d253b82 3,927 1.00/1.00 vMB 4
939,889 939,889 000000000000000000014811975cae23d7f152bd469388a10632917393cb834c 4,598 1.00/1.00 vMB 1
939,888 939,888 000000000000000000004cd784786ccefa750b4a88c06092e4c62918ecb6dc0d 4,399 1.00/1.00 vMB 0
939,887 939,887 00000000000000000000da827b3fe7cd6c1bc78f95864f3face6d0f94aea61b0 1,845 1.00/1.00 vMB 0
939,886 939,886 00000000000000000001737b91c4af9d351a57636b8f7c58e6dadd4364231307 4,474 1.00/1.00 vMB 0
939,885 939,885 0000000000000000000013c6bd2254189e30fbbfd74f88544cb8b518c3e0f1c5 4,022 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 826.66 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: 4,400.68 GB
    • Received: 239.22 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.