Loading Tool

Explorer IconExplorer

Memory Pool

82,665 transactions
31.37 vMB
0.11593539 BTC
Random Selection Loading Transactions
Max Size: 189.92/200 MB

Candidate Block

Mining Attempt 9e903dcc95fbaef741433851f1d19c9676c1e34671530acf20ab5a13c6d368db
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root bcda18410127ff0d2194d1b36c4be8c5967514657a5efc8a0736e31b271fe1aa
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,972
Size: 1.00 vMB
Total Fees: 0.03711541 BTC
Feerates: 803.65 > 3.72 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (9,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
905,365 905,365 000000000000000000001288b24e76fce2931215212b7aa5f31e332bb79f4df6 1,976 0.51/1.00 vMB 3
905,364 905,364 00000000000000000001f28a9f8c1ef3b553e62a57e7f6e350edfd1474dab476 3,293 1.00/1.00 vMB 2
905,363 905,363 0000000000000000000081e2f14c5819e52717af3d35f4416c39eb64f21b3fbe 3,500 1.00/1.00 vMB 1
905,362 905,362 00000000000000000000dd33d059b6afa367b8c1ee0c0f7850dce87addb0eb4b 4,193 1.00/1.00 vMB 3
905,361 905,361 0000000000000000000015dd1997de2dc48501dd59653fa10abfae65c252c2da 3,216 1.00/1.00 vMB 1
905,360 905,360 000000000000000000006be84d102b33c6065ef1b6145d6203955033a5c5ae46 3,234 1.00/1.00 vMB 4
905,359 905,359 0000000000000000000030d4d912347358cc328d30b909d9ad0859c6e8a71683 377 0.12/1.00 vMB 4
905,358 905,358 000000000000000000022e5c9b8b0e788af762382718694c5e32dd61304ff863 1,002 0.40/1.00 vMB 1
905,357 905,357 000000000000000000014fc1444bdec15fc2ee87143e5a2e1a9d9ccec73f9294 2,846 1.00/1.00 vMB 1
905,356 905,356 000000000000000000010d6f259c72a918cda08a666121a53954bcc47ecb2ee8 1,796 1.00/1.00 vMB 2
905,355 905,355 00000000000000000001781ad99032a955b60b1d356834a006bbdbd4d5a588fc 3,926 1.00/1.00 vMB 2
905,354 905,354 0000000000000000000128efdd5256bd202e79f1ddfb956db58a1bc402313adf 4,412 1.00/1.00 vMB 9
905,353 905,353 0000000000000000000186eed935e4ad209e7aaa4ceeb2542851feaf4b8d426f 3,942 1.00/1.00 vMB 3
905,352 905,352 000000000000000000022dabca47b7aabc24d93d0241536ca75dc528d08d5eba 4,162 1.00/1.00 vMB 4
905,351 905,351 00000000000000000001187d6ea8847a7bb3f630896d6fe808ea54ddc52d3fdb 4,488 1.00/1.00 vMB 2
905,350 905,350 0000000000000000000209f4371c9c7f64dbfa8c6eee9f21e5f8c69b176d2681 3,810 1.00/1.00 vMB 3
905,349 905,349 00000000000000000001c45d9686bc4a33871e0cdaec02a2cc9ba26d908f7637 1,466 1.00/1.00 vMB 1
905,348 905,348 00000000000000000001a37e950b89a1f0ed01685f4ca402f4fa4ce219f7410e 2,257 1.00/1.00 vMB 2
905,347 905,347 00000000000000000000051d3c42bbf21d1707b7d1eeba0d4c51172c92d520f2 3,588 1.00/1.00 vMB 4
905,346 905,346 00000000000000000000da886c325ae77826bad12b8fa5289ef98d198be588b6 3,029 1.00/1.00 vMB 3
905,345 905,345 0000000000000000000232ac12c097deef10c6021a71056074b5361e8c10b8ea 1,258 0.62/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.00 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: 718.65 GB
    • Received: 17.93 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.