Loading Tool

Explorer IconExplorer

Memory Pool

76,681 transactions
33.44 vMB
0.13143576 BTC
Random Selection Loading Transactions
Max Size: 187.56/200 MB

Candidate Block

Mining Attempt d6a85e2aba1473846a96005d78b4cfc2f1db5d2e6d581975428a3e7a12d61b59
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 9390fc4393b407c222214e9ea0580aba9d30ec88fde9cb9f2c00251fd389bd3c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,256
Size: 1.00 vMB
Total Fees: 0.02417904 BTC
Feerates: 100.53 > 2.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (809,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,582 105,582 00000000000220c3f771dd5bfabde52b4516f7f876fc1e5006d41bf178f49a6a 2 0.00/1.00 vMB 0
105,581 105,581 000000000002bc34c29b57fd0b5f70f27d739d28615aa1226c6192b46a28b37f 6 0.00/1.00 vMB 0
105,580 105,580 000000000002a34fa0a55d301977feb77a72080d4667829385c7533b6153b709 3 0.00/1.00 vMB 0
105,579 105,579 0000000000025559b2b8868bde48f8820022d9499cba4ea7021d70a3a95969a0 11 0.00/1.00 vMB 0
105,578 105,578 0000000000025c8f811402932b72c84243181c3d4a3bb7817acd0312a511cd33 4 0.00/1.00 vMB 0
105,577 105,577 000000000002ab2a37d22849ea4c27bb37c0d17b3aa6c4c6ed1e0ea8fe4db8eb 8 0.00/1.00 vMB 0
105,576 105,576 0000000000024e66689eeea60ebdeb83e5cbfb9bdacb82b35712caeb72dd03a5 11 0.00/1.00 vMB 0
105,575 105,575 0000000000024c478461b9cf4b31ba49990eac97afa74c20a965720b1fabece0 11 0.00/1.00 vMB 0
105,574 105,574 0000000000004d993ac7562d171990d715e200c1da2c4f9c799f48da1f946d56 12 0.00/1.00 vMB 0
105,573 105,573 000000000001c4f5cf6000c49161cb3c84edbc06e88ed46778cab59f10615606 11 0.00/1.00 vMB 39
105,572 105,572 000000000001c35d7e5f844b3e7a37b4f46a21eb18a6e64b017c20fc4aaedec5 13 0.00/1.00 vMB 0
105,571 105,571 0000000000002bad592762f4b212ce7f15133a6e8f5236eca1fc42cadae259e0 12 0.00/1.00 vMB 544
105,570 105,570 0000000000029a887f42e15031c4b96cc95596c287ea3fe428ee9fa1c8db7659 1 0.00/1.00 vMB 0
105,569 105,569 0000000000000fb3fd95223bc765aa53617a2184878da6a52cda3a6adcdc04bd 6 0.00/1.00 vMB 2,259
105,568 105,568 0000000000006426647e53ad7493d33fdae5ff782bfd56d8d93dc6da82a86410 2 0.00/1.00 vMB 0
105,567 105,567 0000000000011eefabd9ba69a06328fd8294f5b8315be1e716db520b0091756b 10 0.00/1.00 vMB 0
105,566 105,566 000000000002e363894f81742b817e74d22241c7015e883556815e5dffd6f4de 7 0.01/1.00 vMB 0
105,565 105,565 0000000000012781458a1e095878001ec2cf991c159916a82c41b71765bd64b7 21 0.01/1.00 vMB 0
105,564 105,564 00000000000298dd609d15252259021c233adc1c6301ef546bb71f82fbb7cd8e 4 0.01/1.00 vMB 0
105,563 105,563 00000000000175e3b56248808d1248f37054fb021321d3ca974cf981dd1a0a7a 5 0.01/1.00 vMB 0
105,562 105,562 000000000000a29f6768c7aaeb6ad394cec5b98ada89d4d82f62f04504abe984 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.11 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: 733.14 GB
    • Received: 18.54 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.