Loading Tool

Explorer IconExplorer

Memory Pool

82,693 transactions
31.29 vMB
0.12681611 BTC
Random Selection Loading Transactions
Max Size: 189.61/200 MB

Candidate Block

Mining Attempt e999e65780f99537134165862dee1e86fa59b5f8990fce4352ca9d14514daa1d
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 4911912ec47be07dd497361781a7a8359276d01c48847c0f52a3e7b3eb190d2b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,072
Size: 1.00 vMB
Total Fees: 0.04400599 BTC
Feerates: 318.30 > 4.41 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (15,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
900,363 900,363 00000000000000000000f5ad2b33bbfa0fae9521218fafe38e3a34aeaded2788 1,304 1.00/1.00 vMB 1
900,362 900,362 0000000000000000000088190e7e541e15bdbf7a9f7e2a6aa36ce758325fa9c2 1,764 1.00/1.00 vMB 1
900,361 900,361 0000000000000000000152fdd6a0f654189488afad5a475bb46ee1e40d59893e 3,699 1.00/1.00 vMB 5
900,360 900,360 00000000000000000002342748a56f8dfaa8abd8687db57ab113015a2c8ede61 889 0.27/1.00 vMB 2
900,359 900,359 000000000000000000007de2912850080e3bbe5ca67f888b63594f1e8cd539e1 1,283 0.48/1.00 vMB 2
900,358 900,358 0000000000000000000017a90a720fa8a889bee90bd5fc9413b4847ba1889fe2 3,239 0.93/1.00 vMB 2
900,357 900,357 00000000000000000000e6f59d3d5a455ee8a44ccf789c16b75c93234cdf300c 506 0.14/1.00 vMB 2
900,356 900,356 000000000000000000020b17ca2e99232d972bd0a5823ec66f9acc0db28a5f36 1,637 0.57/1.00 vMB 1
900,355 900,355 00000000000000000001a8588a71b3a8e1625a4297680ef34ee08de5148f1a9b 3,617 1.00/1.00 vMB 2
900,354 900,354 00000000000000000000f0919bcdc3cf42a53c2394958046842d1b68918fde73 2,239 0.57/1.00 vMB 2
900,353 900,353 000000000000000000000e5182c259a8b0d2001a409ed9d3ee69eb2b6f1970e3 2,522 0.75/1.00 vMB 2
900,352 900,352 00000000000000000000f65eca18a9535b0741006ea20b96890ae3309dde100b 1,226 0.55/1.00 vMB 2
900,351 900,351 00000000000000000001a565111874197d2fe69bc81621367ab66a52433022f1 673 0.18/1.00 vMB 2
900,350 900,350 00000000000000000001b69c1a1d78e059eb41e2650bdb15c24e0216772a4c02 2,439 0.76/1.00 vMB 1
900,349 900,349 00000000000000000001ec6fc9a77ab944daa4e858f668568fd1443796e9b561 3,046 1.00/1.00 vMB 2
900,348 900,348 000000000000000000009cabb0fbccd17be99805a3f919adcf7cf554add0b8e7 4,051 1.00/1.00 vMB 5
900,347 900,347 0000000000000000000178170b99aef8a429b2dab5430407158c5e930c977e33 3,821 1.00/1.00 vMB 2
900,346 900,346 00000000000000000000ad5e064b91ad0ea4b7a691e290146b20ff9aad43175e 3,555 0.87/1.00 vMB 2
900,345 900,345 000000000000000000020ce9cf099265c35957d5cd0d90a45995b0a39b7f9ed3 1,186 0.28/1.00 vMB 1
900,344 900,344 0000000000000000000177c4b95e2c9e5425c56b6ed8f041e3ce4d1d596088d1 3,084 0.91/1.00 vMB 1
900,343 900,343 00000000000000000000b7a5ae5c81642f1fc90c9f30c10582bfb633f9b008d9 3,662 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.08 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: 722.26 GB
    • Received: 18.39 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.