Loading Tool

Explorer IconExplorer

Memory Pool

75,862 transactions
28.04 vMB
0.08785350 BTC
Random Selection Loading Transactions
Max Size: 170.57/200 MB

Candidate Block

Mining Attempt 8951f901160c55487863e2dc2aae19953280b30c3238723264feee3d4b4fbc34
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 58a46a703423837f8efa3de0c60d9a2d514c60c1650c61cdf7458e1be45dbaba
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,768
Size: 1.00 vMB
Total Fees: 0.02759146 BTC
Feerates: 118.43 > 2.76 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (475,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,663 439,663 0000000000000000023d067cf9d2ca1d785719e910e1cfdf55f1a0acbf7efdd5 1,688 1.00/1.00 vMB 56
439,662 439,662 0000000000000000029ba8ab4fbfd61fae022e0e12488edaa60f91f450523f7f 1,903 1.00/1.00 vMB 40
439,661 439,661 00000000000000000269093cdf6d950e32c720d51d53c2328fb3e78bc8c1d03e 2,545 1.00/1.00 vMB 69
439,660 439,660 000000000000000002f0a8d58f8a638c5915d9b693a936efb4994dfea34e824f 1,924 1.00/1.00 vMB 64
439,659 439,659 0000000000000000004c43f01c6f5fcd53fbf62e10f32a724535baa74361269f 2,711 1.00/1.00 vMB 72
439,658 439,658 00000000000000000312cc6007236ca642f8cf354a3f4aeaa696430c1997337a 2,773 1.00/1.00 vMB 67
439,657 439,657 0000000000000000036bb4bc994d7e553c0932657575ceb0ecea248083d22f47 2,538 1.00/1.00 vMB 71
439,656 439,656 000000000000000002fd07858c4bd802af8f68ffb9ff1a4c97ef8be9d77e87ac 2,214 1.00/1.00 vMB 61
439,655 439,655 000000000000000001ed495dc3ca984294dce07719c245788bd25ebd351ed1b6 3,178 1.00/1.00 vMB 99
439,654 439,654 0000000000000000023ddf8c02297c8c8a526f6b86c3ec9101e9fc3f771d95c8 1,467 0.56/1.00 vMB 71
439,653 439,653 0000000000000000021558d3951c8fb0925e68905c42c68e08beb54812d59cee 710 0.38/1.00 vMB 63
439,652 439,652 0000000000000000008e857a067c5f788a90edc07dfcc6ab6202b5600aa0bb30 2,148 1.00/1.00 vMB 60
439,651 439,651 0000000000000000016a07d29082f4525101132bff9b32a95c5987455f355bfa 989 0.98/1.00 vMB 29
439,650 439,650 0000000000000000026403868e923a8546e48015448aca33a278814d08f8232a 847 0.37/1.00 vMB 70
439,649 439,649 000000000000000000bfc67304ad9e272c58a31464c8c9dfbe69044ce8dd7c27 639 1.00/1.00 vMB 17
439,648 439,648 0000000000000000010a64138cb4ecc4c1623a3744d360c77a969866e1236663 2,020 1.00/1.00 vMB 51
439,647 439,647 0000000000000000000d5063cf63e44b7fa698f0e42760e2fd6bb77e2c4dcf3b 2,177 1.00/1.00 vMB 58
439,646 439,646 000000000000000003c1f46afcc33b160d30d2131269c8af686b7bd1bdceb5e3 2,288 1.00/1.00 vMB 79
439,645 439,645 0000000000000000002b330dfcd152353fe71680ed2304ac2984901ad270ea5b 2,314 1.00/1.00 vMB 69
439,644 439,644 000000000000000001ee5efc1d52eb83ae8d4e635469a7049bfb8174aca8a4a4 1,951 1.00/1.00 vMB 48
439,643 439,643 000000000000000003c13411b27e6932df0f8f20d4a210074c32c99eecfd7d9e 1,717 0.75/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.89 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: 713.38 GB
    • Received: 17.36 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.