Loading Tool

Explorer IconExplorer

Memory Pool

76,538 transactions
27.96 vMB
0.07398056 BTC
Random Selection Loading Transactions
Max Size: 170.54/200 MB

Candidate Block

Mining Attempt 8b23a03a82d0d4951a7c675ec8837d62f0fb0852e4fea9da4eb0e13f3b3238ad
Version 20000000
Previous Block 000000000000000000001bee83e68624596b19eb847a0cb1b253f34f30124d9f
Merkle Root 84edcc2e4f5cdbf39e6b19688ca1f06a4912130316d4585f817d0358c304c2fa
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,052
Size: 1.00 vMB
Total Fees: 0.01279329 BTC
Feerates: 711.74 > 1.28 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,549 (811,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
104,036 104,036 0000000000010ba28ae9fea6834d2775e4dcf8f2f29a5bfd7468e47b811c9361 8 0.00/1.00 vMB 337
104,035 104,035 00000000000217b0f2de8ad2cda4677ced221fbcda3456978fa4450a892516e2 6 0.00/1.00 vMB 0
104,034 104,034 000000000000fdda14c38f7e261259b4233d5d9c0e8ed8d1ece83918165871fc 7 0.00/1.00 vMB 0
104,033 104,033 0000000000021a8ff01e7b6a2361c32e3c7ab3860aeb190ee784a5a3caf79fbf 9 0.00/1.00 vMB 0
104,032 104,032 0000000000029a83603c2cf088239f9b3935661506b21a7e04ed1e60bbc9a0a0 8 0.00/1.00 vMB 0
104,031 104,031 000000000001131e4efc7af7227280106522288ea7cb606e0dc9eef16e7aa01d 2 0.00/1.00 vMB 0
104,030 104,030 0000000000030c3785a311b8a61704dad8264cf5bbff5b33a3091ab3245af753 12 0.00/1.00 vMB 0
104,029 104,029 000000000003884b68f7d2ddbe46fe711ab4447f8a1e6fbd25ba9599f22a909e 5 0.00/1.00 vMB 0
104,028 104,028 000000000002248c06ab9c3c249a93fad62477f3657b1add370c6f2827132265 11 0.00/1.00 vMB 352
104,027 104,027 00000000000024e0327ac048c23522eb3f8e868970455dfd9effe34ab8e4a983 9 0.00/1.00 vMB 0
104,026 104,026 00000000000157e20a8ea9f76808aa0843cf99a9f62019ce9b976c3e6ccfebd8 10 0.00/1.00 vMB 0
104,025 104,025 0000000000008106c671ebd2572c31fe052336188e3d6ba92d3562952cf8357c 9 0.00/1.00 vMB 0
104,024 104,024 0000000000025ed359f1318bf350adae6af4e063de8ead4a888fd1bb7a669fa4 21 0.01/1.00 vMB 0
104,023 104,023 00000000000032f5612389bf10bbcf4024a58cc0276845c27d6978f7aa2fffda 7 0.00/1.00 vMB 0
104,022 104,022 000000000000749114c437a4d3c4261542a09c587126ccb8221bb23b16dbe7fd 11 0.00/1.00 vMB 0
104,021 104,021 000000000003836cfd09ff38bf0dd267c9a8d1f3b33ce54290786e4eedf72103 12 0.00/1.00 vMB 0
104,020 104,020 000000000002b5087e1f4ead7518ace60c6e67aaf902d0e24514822f02ce4799 12 0.00/1.00 vMB 0
104,019 104,019 0000000000031a6d15e7a4b11a0fc024be8773d0beb29c909dcb73a08ed44b80 12 0.00/1.00 vMB 0
104,018 104,018 000000000002414010212003f8731630f9e3e1a86f7c525d55ac75b7c7bb265b 12 0.00/1.00 vMB 0
104,017 104,017 000000000000e7fceb1bc7ee564c765304e9b351309f2c6bc375b8ae158f8f19 6 0.00/1.00 vMB 0
104,016 104,016 000000000000c49dc1fccbdf07ec0255d2638befcfca2efc13411afa55f69b61 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.35 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: 768.15 GB
    • Received: 19.53 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.