Loading Tool

Explorer IconExplorer

Memory Pool

85,941 transactions
31.46 vMB
0.07982891 BTC
Random Selection Loading Transactions
Max Size: 193.51/200 MB

Candidate Block

Mining Attempt e099529a846830d4804c745ca11efabbf4be7d70ff603871722dc37f50dd3fef
Version 20000000
Previous Block 00000000000000000001a8198c32d51bdc65ee551e9c5da92a193e87af3d7ab6
Merkle Root 4ed2f0120366c7f92a06dc752ba29677e27491315c31d738f995f5131db98563
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,966
Size: 1.00 vMB
Total Fees: 0.00840868 BTC
Feerates: 45.66 > 0.84 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,343 (478,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,742 436,742 0000000000000000043df821205ba611b33f6354c14b531f578133b419a09aa3 2,281 1.00/1.00 vMB 60
436,741 436,741 000000000000000003b2aee551e120d895473e26ba82cfaca49898bedd6e8e86 1,843 1.00/1.00 vMB 72
436,740 436,740 000000000000000001c881fcb2bc2e5b20febe6668b9cb26f12e6b5d829058e2 2,270 1.00/1.00 vMB 93
436,739 436,739 00000000000000000430d66c352e0dc718d1edbabfcfd158add939a07aae6a8d 2,320 1.00/1.00 vMB 121
436,738 436,738 000000000000000000fb48c82a84f396c54fce3e9268cdde836b3314ad931af8 1,840 1.00/1.00 vMB 65
436,737 436,737 000000000000000003a79eaef84334a0dea3637ce7b39f6aad2f448aa54293f6 2,354 1.00/1.00 vMB 63
436,736 436,736 000000000000000003173c0b863ba35dae8c2d1a79a0f7b0cca083fadf2e3269 2,415 0.93/1.00 vMB 80
436,735 436,735 000000000000000002130829ebb28a650566aeac75bd761d3fb8e4c0e0cbbcd5 2,551 1.00/1.00 vMB 72
436,734 436,734 000000000000000001dee253c684751caf099f37b91cf33042d59c6a2d1ceb48 1,734 1.00/1.00 vMB 76
436,733 436,733 0000000000000000039c3a020e0e243c4aae737d938aad864249e3bf346918e4 2,213 1.00/1.00 vMB 69
436,732 436,732 0000000000000000007af222ccc2bf78a69a4a8323e33fc0afdee7a1bd950be2 223 0.21/1.00 vMB 32
436,731 436,731 000000000000000003aba89b3b7e6a386e162645b9cf67072cbeb45d1fcd5c00 2,182 1.00/1.00 vMB 67
436,730 436,730 000000000000000003e44b9fab5b5e5208acd358ef2259dc269c749d9ec7fdfc 365 0.17/1.00 vMB 63
436,729 436,729 00000000000000000162e1d2d6113eb415d81084afc5f8b862c2ca4cb19d603a 1,662 0.99/1.00 vMB 52
436,728 436,728 0000000000000000039af89af27204a13e5b8e9b64a7579b23c1dabe8f6b16f4 549 0.25/1.00 vMB 77
436,727 436,727 000000000000000000ec88fae147db56db052d8d3bb6f260ead6e7944485841d 1,983 0.80/1.00 vMB 65
436,726 436,726 000000000000000004068267835d73ec73b4f5f1f5bd4532187a8cef89230882 418 0.43/1.00 vMB 63
436,725 436,725 000000000000000000b2adfb54c25456601ff8811b0ed3f12a00e54e65e2a46e 800 0.50/1.00 vMB 63
436,724 436,724 000000000000000000d81429d79d7256bfa06ad53c748481d8bbb28b22339d8c 57 0.02/1.00 vMB 67
436,723 436,723 00000000000000000191b656b381ab66ac53fba61574b4145cd4c4ec4c5dae56 132 0.99/1.00 vMB 3
436,722 436,722 0000000000000000022b0526cc8e97f41f21010d597166fb2c39d09f800c0230 1,049 0.67/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.99 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: 717.15 GB
    • Received: 17.83 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.