Loading Tool

Explorer IconExplorer

Memory Pool

34,369 transactions
25.78 vMB
0.06216771 BTC
Random Selection Loading Transactions
Max Size: 130.43/200 MB

Candidate Block

Mining Attempt 2975837d44d9f9800e97597d39ac4fe207fd914282df6d304e9e6e8e038183a2
Version 20000000
Previous Block 000000000000000000014e991e8aa753e1b625e161a4bdb8c1cfdc7e9d23705f
Merkle Root e11d9b432ce250ff389ab87f5fe59e8722e8de9a159b4a8f712b4924b6f0b7f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,839
Size: 1.00 vMB
Total Fees: 0.01505187 BTC
Feerates: 74.70 > 1.51 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,696 (169,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
745,667 745,667 0000000000000000000504326416e40c4a7e406d160276df9517e82f78a809ab 2,694 1.00/1.00 vMB 11
745,666 745,666 000000000000000000055d290e1b45cf3f92c3fa26c618a51a6f3b5c24a10637 1,409 1.00/1.00 vMB 17
745,665 745,665 00000000000000000006457db5dee46e54245a46d857659acb02cb6bb67c567f 2,053 1.00/1.00 vMB 31
745,664 745,664 0000000000000000000101f4565e8168a83e08e5a7e24c3af103ed1a410fa7d7 3,231 1.00/1.00 vMB 14
745,663 745,663 000000000000000000063fe8167c6ea3576ac16567324bf62d672b57f259b442 1,551 1.00/1.00 vMB 14
745,662 745,662 00000000000000000002726eb36dadb7b0eca7352d51346247d3523a5a738683 2,837 1.00/1.00 vMB 24
745,661 745,661 000000000000000000092e1bd7bf61a6782e98ac7e5c804a537ff8c5b667f2de 3,373 1.00/1.00 vMB 27
745,660 745,660 0000000000000000000533a5b6337982c6aecd2cc26a01049e300687818a670a 3,510 1.00/1.00 vMB 34
745,659 745,659 00000000000000000004199df6703c5b1cc5d7e6a56feb2a3b4101ca5de54756 3,351 1.00/1.00 vMB 25
745,658 745,658 00000000000000000000334a721347be812019752147297c66e64b957a8fb240 2,370 1.00/1.00 vMB 24
745,657 745,657 000000000000000000086cbc91f5b6a11764baab6850d99306b1a7a395d2006b 3,446 1.00/1.00 vMB 26
745,656 745,656 00000000000000000001d4c7cf6c7b1c799eb1109bde15fdf57ac97d1c27b913 2,939 1.00/1.00 vMB 44
745,655 745,655 000000000000000000013168fce454890bdfed7dfcba3f46a6a7b4679bfe5f9a 2,437 1.00/1.00 vMB 20
745,654 745,654 00000000000000000008c53f489983b699abf798e7ddbf8fcd011ee8dd05322c 2,492 1.00/1.00 vMB 26
745,653 745,653 000000000000000000035a81476e8e0a1bb43d511a0d3746ac9873a600bd2ea6 3,465 1.00/1.00 vMB 33
745,652 745,652 00000000000000000002188313f7f20bb7dea77da817d32d4ec01fb4df16f25d 3,137 1.00/1.00 vMB 30
745,651 745,651 00000000000000000009844372e6190a4207257f960893ad7110580e6e756dc3 2,982 1.00/1.00 vMB 38
745,650 745,650 0000000000000000000565d1bca20d1253ecb798f914c3e23212e99793d5bf5e 1,596 1.00/1.00 vMB 17
745,649 745,649 000000000000000000025325d482afcf22203041fe898be7efa81d6963b3c8c6 1,148 1.00/1.00 vMB 14
745,648 745,648 00000000000000000002d970b766bb8e7862fae76284e2d5d8c271fb9e424e53 3,241 1.00/1.00 vMB 27
745,647 745,647 00000000000000000002be6c06d6bc709ed878372cd785131c82ca9899706408 3,158 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.85 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 638.63 GB
    • Received: 12.49 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.