Loading Tool

Explorer IconExplorer

Memory Pool

77,989 transactions
29.10 vMB
0.08672236 BTC
Random Selection Loading Transactions
Max Size: 175.60/200 MB

Candidate Block

Mining Attempt 0ee35cba7cabcaabff32555c230d801f09afd677a9c33d0ed18f893628131d2c
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 6b4e0e7e1ba960cf43b6a22200a93ead4c1dab3e7168dfb9be0992bf990afd36
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,162
Size: 1.00 vMB
Total Fees: 0.02206016 BTC
Feerates: 81.07 > 2.21 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (904,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
10,653 10,653 00000000da5de0f6dfe32605361adcc5b56a77ad09fdbc0a24e2cfcd218a5ef0 1 0.00/1.00 vMB 0
10,652 10,652 00000000b82945d6cf257332173c2897c8d64313bec6d22be716a34caccdc25e 1 0.00/1.00 vMB 0
10,651 10,651 00000000ccf5809a9f1526083a55eb9eaf205e401b678cb28dd0f983fb1fa27b 1 0.00/1.00 vMB 0
10,650 10,650 000000000220dda0c7e25a5a091717482712761ff9270149bbd9af8c183407de 1 0.00/1.00 vMB 0
10,649 10,649 0000000083d9fabaa2900216ba37947ecba40c0cde0f58dc479cc62acf3edfa5 1 0.00/1.00 vMB 0
10,648 10,648 00000000afa0c5e195d31ef292228ce3d6ef9023eb6e735e6f65e4a1eeb101f8 1 0.00/1.00 vMB 0
10,647 10,647 0000000044d353536145778b821e3292e292ae033499a54151f2122609d13334 1 0.00/1.00 vMB 0
10,646 10,646 000000001d825469dd704b4dc0ed406439a89c2f050c43a54a22ebfe454b43e7 1 0.00/1.00 vMB 0
10,645 10,645 000000001cc976191ffffcc40456780594a2b265e19f2aff0845282493d1b394 1 0.00/1.00 vMB 0
10,644 10,644 00000000185791ada4d27f5f4d9b652f60562458d7f0d84c28c4c74bfb901d00 1 0.00/1.00 vMB 0
10,643 10,643 00000000a9b681099cbc291eaafcb0174fcbb7b9e6ffa09c608098af375c2283 1 0.00/1.00 vMB 0
10,642 10,642 00000000bcc679d1a0288d21fdbe41dab2ef1726ba1468c033c866e16af1ba8f 1 0.00/1.00 vMB 0
10,641 10,641 00000000ad7953f08ae58bf34549a825e555b2cb912b7601b263ecea485d01e3 1 0.00/1.00 vMB 0
10,640 10,640 00000000452806351731cdaa18595cd50d46275cd13be97eca7fbf5f3f5bd954 1 0.00/1.00 vMB 0
10,639 10,639 00000000e9cf105a7eeaf8202749f76d7c92e6180afde76146ae5b67bf5ddd02 1 0.00/1.00 vMB 0
10,638 10,638 0000000012cd599166a7b106a34fc8c6346def165624a0bc2bc1b9ceb0f9a998 1 0.00/1.00 vMB 0
10,637 10,637 00000000d19f077ce70a48f44ace2d82a5e43015bb341ee8eaf290688708c349 1 0.00/1.00 vMB 0
10,636 10,636 000000008b17fef945d1a004b0fa6231dd463172632dbbd74e2851254fe0f4ed 1 0.00/1.00 vMB 0
10,635 10,635 000000006b30c38e84e5f62f4326bd73a8fa2a486ebd469efde7a5b8b35e6532 1 0.00/1.00 vMB 0
10,634 10,634 00000000ddd32f2371000a72ce3862ec28ad894181131035f39ce1d46f483ec1 1 0.00/1.00 vMB 0
10,633 10,633 00000000289e5ce9632cc8ef835ddf7c1b8603a2274e38804ccf4881e03f5e1d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.