Loading Tool

Explorer IconExplorer

Memory Pool

82,972 transactions
30.57 vMB
0.16252217 BTC
Random Selection Loading Transactions
Max Size: 185.55/200 MB

Candidate Block

Mining Attempt e11ad24c789fbce7acaacb6f45b524113031f7f9f6c7339b6a492c2b610776ef
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 9a86a356da2e1f720a0e6be127d37318fedd4fd711b20a8f50ea1d720dd12435
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,093
Size: 1.00 vMB
Total Fees: 0.08345375 BTC
Feerates: 150.79 > 8.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (175,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
739,142 739,142 00000000000000000003617437202e06ecc51b7a5c79e7fdb11bb3824d9eb78d 2,318 1.00/1.00 vMB 9
739,141 739,141 000000000000000000087ebd9dff3f7a61903d2ac110a50f4413189493785bc4 3,105 1.00/1.00 vMB 7
739,140 739,140 000000000000000000008978f12e97c0e63672411ef76a239c0199987a2b72f6 3,125 1.00/1.00 vMB 22
739,139 739,139 000000000000000000060b8f76cd3cbc7b83a6ff94a2231c8d8d4fce46fbf141 2,135 1.00/1.00 vMB 14
739,138 739,138 0000000000000000000549cc81e5e8be8190753bf4109d19209c7cb9eeedb7ec 1,093 1.00/1.00 vMB 15
739,137 739,137 00000000000000000004165c07770c3b0978250268ec7122936285cf39fc4c0e 2,265 1.00/1.00 vMB 22
739,136 739,136 00000000000000000001b97c27b156fc4360f5591918407976b96eefb087c445 2,463 1.00/1.00 vMB 22
739,135 739,135 00000000000000000003d509f8aebfb724466795b12ac235d0fc03c704b359ba 2,520 1.00/1.00 vMB 8
739,134 739,134 000000000000000000052561edd5c00bda45d4fe0718465944f450aa2081d4f6 2,674 1.00/1.00 vMB 23
739,133 739,133 0000000000000000000840eefc50b72577d2b8f1f351e27861b0721fe03d47f8 1,804 0.86/1.00 vMB 6
739,132 739,132 000000000000000000034e81a8465052105694f9d771a892de3bb959f0f4a67d 1,837 1.00/1.00 vMB 11
739,131 739,131 000000000000000000087b8e8f8dd783518006aad04b51c7f8d6f48ecd38c46c 2,683 1.00/1.00 vMB 27
739,130 739,130 000000000000000000022f3cdd826d6e45cacfa60f79cca70b444d1c99dc189c 317 0.09/1.00 vMB 14
739,129 739,129 00000000000000000001ddef36aa3cd77b55f7a2a9472fa10b4129b681be5e9a 823 0.50/1.00 vMB 6
739,128 739,128 00000000000000000007268b4110953c19fbc4b621f09860b616931a475deca6 2,308 1.00/1.00 vMB 20
739,127 739,127 000000000000000000067053c8d477e842ddc16dca5c5097412aa99321535dfa 1,894 0.84/1.00 vMB 13
739,126 739,126 000000000000000000005946c91c4f6e12f26b02129ecc3c1751b660a9703685 663 0.43/1.00 vMB 5
739,125 739,125 00000000000000000008e9e1279ad4d5188ba50c90c0e6f5da893e97c7ecb32f 2,475 1.00/1.00 vMB 10
739,124 739,124 000000000000000000079e9024b1a1b7da6a4521934e12e2e5752d9d74a46ddf 1,613 1.00/1.00 vMB 13
739,123 739,123 0000000000000000000340e007a5ae13658ed1daa93dbdafcc3f1e3aabf96418 1,771 1.00/1.00 vMB 18
739,122 739,122 000000000000000000004561af4b695d5ba70f392cd1941247caa2789f7a259b 2,017 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.61 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: 671.91 GB
    • Received: 16.06 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.