Loading Tool

Explorer IconExplorer

Memory Pool

31,459 transactions
28.39 vMB
0.15410875 BTC
Random Selection Loading Transactions
Max Size: 137.74/200 MB

Candidate Block

Mining Attempt c0abfa1107728f6db987a29afe71ecca1423352d7716e8ba5bdadea1c4f693c9
Version 20000000
Previous Block 00000000000000000001dd13af50d570d39bbe125c122c99add1ef636948c08c
Merkle Root cc74947986bcaf131a8c16946df1405d65d571d008595e869355f731dee50af2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,968
Size: 1.00 vMB
Total Fees: 0.09064838 BTC
Feerates: 502.40 > 9.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,493 (883,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
30,582 30,582 00000000311225bfa46b640c48d641cf2ea200cf9381614ecabed2285be20dbe 1 0.00/1.00 vMB 0
30,581 30,581 0000000094bfd3d4afa831bc878f67ffdf5cd927b6606c60afaca4683d536f2b 1 0.00/1.00 vMB 0
30,580 30,580 00000000ff0eac5e3086998b678c259cbb8ef0048f83b7cfdaf86d494f39e1c7 1 0.00/1.00 vMB 0
30,579 30,579 00000000df311c6c7080a8eacac96b1a2e53322fb4aba546dbb6a761fe52a1e1 1 0.00/1.00 vMB 0
30,578 30,578 00000000122d1f90df1748044a1475a303076f535262a36958cddf253d581957 1 0.00/1.00 vMB 0
30,577 30,577 00000000f92c8ab768926abe351c8db5f756fd2d9fa4809c4ece735ef355227a 1 0.00/1.00 vMB 0
30,576 30,576 00000000046f425bd2405fa9257601dd1922e5084c0f1fbb2f13409dc67f843a 1 0.00/1.00 vMB 0
30,575 30,575 000000004cbcb18f2a35f249dd37f780005da0a79e782d8dabda709032d287c2 1 0.00/1.00 vMB 0
30,574 30,574 00000000fa89d841110ed9dfc9284e9c0e3d6dfe9a323fb32fdec96c622c64d9 1 0.00/1.00 vMB 0
30,573 30,573 00000000a34e24d26b198c4436bf746da6f65c913bed05a7134d6a6fbb7802a1 1 0.00/1.00 vMB 0
30,572 30,572 000000002c00a44b1c391843f0ea873ccae175f7a790025b00d71051a8663888 1 0.00/1.00 vMB 0
30,571 30,571 00000000b00476f445d0efa1600065c24a9cbaee58595c301833aeec47511f91 1 0.00/1.00 vMB 0
30,570 30,570 000000005c7f79fb1be8f6684224eb922cf4dcd062927df58d8d9b5539d99beb 1 0.00/1.00 vMB 0
30,569 30,569 00000000c4358646f1626d7fa2f3bdabb47c0b0755f1faa9875f8e38d2b7d20b 1 0.00/1.00 vMB 0
30,568 30,568 00000000918dc5a561059dc980ed3162359c384aa9ee4826f1ec31643b55d58c 1 0.00/1.00 vMB 0
30,567 30,567 00000000447a266a26954fdce38c0f8b6fbc389776fca202a800ff93e3330579 1 0.00/1.00 vMB 0
30,566 30,566 000000000b11aa770b5ee939ce146f6d5af36378b3ab89093eb1e53b0891e35c 1 0.00/1.00 vMB 0
30,565 30,565 00000000f7fb75e77d4f648db890f411bc3adf542b99a9c6ff6cfd755e8a3cce 1 0.00/1.00 vMB 0
30,564 30,564 000000008004dfa9384e618463745e08defdf39314ff7a9e2cc3c6f6c50eceb2 1 0.00/1.00 vMB 0
30,563 30,563 000000008791a74b9ceb6452cb1d8599e16415b5b50735e3b2e51d5cf3d490af 1 0.00/1.00 vMB 0
30,562 30,562 00000000876e25665090296e7ab599d66c0ee41f5335c0d5eebe368861f8a894 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.49 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: 611.90 GB
    • Received: 10.92 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.