Loading Tool

Explorer IconExplorer

Memory Pool

42,936 transactions
31.03 vMB
0.07482868 BTC
Random Selection Loading Transactions
Max Size: 157.59/200 MB

Candidate Block

Mining Attempt 4afa3e53cf80363781c43ae8665fad8bb6627bd3a34027623b7f378d7442a172
Version 20000000
Previous Block 00000000000000000000791c223f24ba55c527581821b6f53be2c2b74982f181
Merkle Root eb2e4bd3c27fa664352e9f9ad5f6431a8895b9230cf049fa54c10c298978b4b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,213
Size: 1.00 vMB
Total Fees: 0.01229644 BTC
Feerates: 40.21 > 1.23 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,458 (821,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,058 93,058 000000000002a509cebc6955412ac097b66e540845332b76c175a0e828b8f8eb 850 0.19/1.00 vMB 5
93,057 93,057 000000000005c9b20a765b56dc7bce5edd1eb4cd8a57e338b60fe1542884a333 218 0.05/1.00 vMB 40
93,056 93,056 00000000000880669b70a98ee3457e269a311420e1bf2c1f1e4645fa3f93da02 218 0.05/1.00 vMB 0
93,055 93,055 000000000002a82ca00ac15d2c3ba394dd7f598707282be1391f79ef2b4345ce 212 0.05/1.00 vMB 61
93,054 93,054 000000000003bebf67111debe0dd4aaf7c6e19fa27b20f08c80f9c9c13c9ef30 219 0.05/1.00 vMB 0
93,053 93,053 000000000008e3e6be2ba916c982c6175a512c6d3a809ece4dd25f6d3bcda3ba 13 0.00/1.00 vMB 716
93,052 93,052 0000000000014938076af4b532a9327f98d18a397d4181f40e1699081bff5b19 1 0.00/1.00 vMB 0
93,051 93,051 000000000004601c8a0a90b6fb323a7a59a5cc3b43ac12b8e0799573e7b5e59c 205 0.05/1.00 vMB 61
93,050 93,050 000000000008e550d9c22e7a4bdcf6b66fa2bb8328fdb903e2754499ddeec45b 13 0.00/1.00 vMB 343
93,049 93,049 00000000000899e3aa0aee6c05d55b78f6fc7fd09a518a0717e2ce39b610a41d 14 0.00/1.00 vMB 335
93,048 93,048 0000000000051ae8c7c3d3bd9844a1b4cfc037b763fbe09838eea0de9a3baf72 14 0.00/1.00 vMB 0
93,047 93,047 00000000000877fa64b7fe8c4ea1d4dd0c5ac484217c27b6b3f406ce4df8df35 14 0.00/1.00 vMB 0
93,046 93,046 00000000000922659b03557bc491010818fb083fc741a33ddaae67f70fe00930 4 0.00/1.00 vMB 846
93,045 93,045 000000000007c41af0a1cacd601fd7086eb63cea6e6f4d1e94640b9030d031d6 13 0.00/1.00 vMB 1,747
93,044 93,044 000000000000a853ac9a082d79ed185d22ba99ca7fa03d17aafbcb84a72e546c 14 0.00/1.00 vMB 0
93,043 93,043 0000000000049ab1a757745f68666940b7fddbdf30d04e8c31ba81ef2bda75e0 13 0.00/1.00 vMB 1,074
93,042 93,042 000000000003703e8bff419871ab25789289131adf37cc3490682c66756d1fbb 14 0.00/1.00 vMB 339
93,041 93,041 000000000001444f84e8c771abd23ed79c45aae730e1e3f0cd4e765a09d575f8 5 0.00/1.00 vMB 1,939
93,040 93,040 000000000002ec32fa4124e857355fd80c28ebd52a58b1ec4bb363047e2fe919 5 0.00/1.00 vMB 2,906
93,039 93,039 00000000000837b815c94b2bd5bee30abf1850cc8bde52e80fdc60050757aff0 219 0.05/1.00 vMB 40
93,038 93,038 00000000000585f95e9a238a49974d775f614040a16bb25a4da92710cbdaeb47 13 0.00/1.00 vMB 358
Previous 10 blocks ↓
Total Size: 781.42 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: 607.53 GB
    • Received: 10.63 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.