Loading Tool

Explorer IconExplorer

Memory Pool

81,559 transactions
34.23 vMB
0.14236828 BTC
Random Selection Loading Transactions
Max Size: 194.89/200 MB

Candidate Block

Mining Attempt 9d18ea7bf43aaa749b8e9f0add91b4aaf491dca0ab8e433123e67a71473255c9
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root 46fa5aacaad8283c9fcbd1e0e248b785b698bd8dadbe58977d5a8a719c81a12c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,804
Size: 1.00 vMB
Total Fees: 0.03071150 BTC
Feerates: 150.78 > 3.08 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (111,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
804,300 804,300 000000000000000000024ab7ab79355ecf00440cd6710e0f3a4a9482a831f604 6,126 1.00/1.00 vMB 6
804,299 804,299 00000000000000000000a371c5b427fe683675f9a816a38bc8ff5f2f94653957 6,657 1.00/1.00 vMB 6
804,298 804,298 00000000000000000002802d1b95aa2fcc256ccf6eb6b92434057a0ee74aad28 4,292 1.00/1.00 vMB 7
804,297 804,297 00000000000000000003a1f6d39e2b5ae317a85561d51bcae7b0ed9b2131f545 2,235 1.00/1.00 vMB 11
804,296 804,296 000000000000000000020e09e39cfc0f4f56cd15d488ff32c1954ca5ddd2a501 2,495 1.00/1.00 vMB 17
804,295 804,295 00000000000000000002b1ed58d5e9e792d0cba37fa326d49948625aa3ead151 2,460 1.00/1.00 vMB 7
804,294 804,294 000000000000000000013d7eb9cc2b8f954a0d1435b2b4444737da0bdc3ef205 2,174 1.00/1.00 vMB 10
804,293 804,293 00000000000000000004d5793989c3cfe13588e31a024f26694814ab8204093d 3,392 1.00/1.00 vMB 11
804,292 804,292 0000000000000000000079205d205c17d1233f67b49cd92687e0f0775d91fddf 2,373 1.00/1.00 vMB 24
804,291 804,291 000000000000000000022c0b1015c9bc93071ab0e557ee7845b25b2e2844d1bd 3,040 1.00/1.00 vMB 8
804,290 804,290 00000000000000000000710f1235322193b5e047890e14bd04642ffb5be515d2 2,286 1.00/1.00 vMB 13
804,289 804,289 00000000000000000004a22db5229286bf8f05d851269cebfd9a55dae1484375 3,095 1.00/1.00 vMB 10
804,288 804,288 00000000000000000001e417b811de0f255e8da8c65632f7fe68648ddc39b6ff 5,897 1.00/1.00 vMB 7
804,287 804,287 00000000000000000001cba8d2bc56916217f08668162f80716c71e193bddf5e 4,461 1.00/1.00 vMB 8
804,286 804,286 000000000000000000039db51dafadd15536a75f65212c2a685c8667f9f7939c 4,112 1.00/1.00 vMB 11
804,285 804,285 00000000000000000004e8805175052f1564f642af77374b937c1990ddc9e17f 4,273 1.00/1.00 vMB 7
804,284 804,284 0000000000000000000121307505400dc3d49ffe96e2299f59c707fd6692cda3 1,687 1.00/1.00 vMB 12
804,283 804,283 0000000000000000000179552bc5b785cb4a93f9f7914489438d79078dbbf98b 5,056 1.00/1.00 vMB 7
804,282 804,282 000000000000000000031fef7125dc66da42ab466d3ac098bea8fd1cd71b3ea0 4,623 1.00/1.00 vMB 9
804,281 804,281 00000000000000000000b861959f4950c380dc7cc2a1bebff1cf93372aba7333 2,818 1.00/1.00 vMB 7
804,280 804,280 00000000000000000004c9adaffa8d7bce2dbb9832e9f16e07dfe478f155ed47 2,396 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 783.10 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: 728.08 GB
    • Received: 18.47 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.