Loading Tool

Explorer IconExplorer

Memory Pool

79,763 transactions
31.29 vMB
0.07436916 BTC
Random Selection Loading Transactions
Max Size: 188.65/200 MB

Candidate Block

Mining Attempt e683e15671da3a9f1649acecce9643464fdc833e49d9005f6ce7ffa631d730a7
Version 20000000
Previous Block 00000000000000000002020d6da75dddab5026e98b36b40b3adec106d44827a1
Merkle Root 6aa7f30282f2eb6a2590d28035dc0a17efa78605199361cbbebaadc05c5a33fd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 850
Size: 1.00 vMB
Total Fees: 0.00658803 BTC
Feerates: 40.21 > 0.66 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,177 (904,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
10,661 10,661 000000005d52ba8995cd978f49b85a15ae4fed68b29c03694ac5cddf4c2c2a79 1 0.00/1.00 vMB 0
10,660 10,660 00000000b953ad0fda535a91e616deabf9ec96ca81b9891acacfab75c8b942d0 1 0.00/1.00 vMB 0
10,659 10,659 00000000cf164c05d402f4097af2ad85b9464ac092a5ba151dd2c73f3173e448 1 0.00/1.00 vMB 0
10,658 10,658 000000003c9c95d4c1774006acb5016e5c3330af30a2847139645f24da37159b 1 0.00/1.00 vMB 0
10,657 10,657 00000000268de2c1646354740c7e63d9d47322beb819b08f44692950162f12e4 1 0.00/1.00 vMB 0
10,656 10,656 000000006c28ee2b69b743b0a7a657f845628fa8344733467d751d8ccb2e15f4 1 0.00/1.00 vMB 0
10,655 10,655 000000002d2be6a2529ec9d7b5e53d5918526bb56a86f6f3be541ae5ef9ca94b 1 0.00/1.00 vMB 0
10,654 10,654 000000006b532937aee801e22b34ca9e047bb6af38f858b23f7f544cc17dcaea 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 782.70 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: 697.39 GB
    • Received: 16.58 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.