Loading Tool

Explorer IconExplorer

Memory Pool

37,201 transactions
26.14 vMB
0.06634500 BTC
Random Selection Loading Transactions
Max Size: 133.95/200 MB

Candidate Block

Mining Attempt 1bfa529180bf5edea337cd55f754dd98b705fb82cdaccc07c58ca27dc2f95946
Version 20000000
Previous Block 00000000000000000001b18fde6b2febfc1755903332de50616448df6a77d84a
Merkle Root d6f584c72d6c1240cb1016f3901d00598fd55f0fa48c9f1c1dbabec878222c95
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,402
Size: 1.00 vMB
Total Fees: 0.01806570 BTC
Feerates: 151.11 > 1.81 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,671 (222,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
692,036 692,036 0000000000000000000990d9b893c9e10a0f74dbfd03ad02277d9c6192e7aaf6 2,854 1.00/1.00 vMB 32
692,035 692,035 00000000000000000004d696fe934842f5409ee04d8c5d26af68d2e1f694e9d9 2,809 1.00/1.00 vMB 39
692,034 692,034 00000000000000000006c3eb15da42ebe2b7064051606affbb46261d7ad9535b 2,821 1.00/1.00 vMB 17
692,033 692,033 00000000000000000006daf812d766c538dbd3c17b733d3f7d51bdf5813a32fd 1,272 0.94/1.00 vMB 7
692,032 692,032 000000000000000000085359a0e309a4c1cb4d71b322406cb00060c69cb63020 1,788 1.00/1.00 vMB 13
692,031 692,031 00000000000000000000b67d99568d6edbc3aacccdd0af37a622e3111708a698 2,722 1.00/1.00 vMB 15
692,030 692,030 00000000000000000008fc3e406f13cd43cdd018d593360b1d3ea5f5db72116f 1,048 1.00/1.00 vMB 5
692,029 692,029 0000000000000000000f42366ec55f5eff1703ed9bad25c2a8c5d2d67e1b8045 2,888 1.00/1.00 vMB 17
692,028 692,028 00000000000000000001de0e2c130c3652ba0cea1523a0b426f63ae4b5739611 248 0.99/1.00 vMB 3
692,027 692,027 00000000000000000009ed1c0bf2134643a63affeaab5ce3caac8f6a39eeb11d 1,516 0.96/1.00 vMB 8
692,026 692,026 0000000000000000000eee0fb0e8ac4d2177a54464cf6b9e9d3d0582806f524c 2,515 0.97/1.00 vMB 15
692,025 692,025 0000000000000000000645a4aeb8c4169c5bffa2ba27da65fa649a0981e33ced 1,750 0.92/1.00 vMB 12
692,024 692,024 00000000000000000009179fdd0cca3404c8d410a6d36397a0ca0fe40e2c5263 2,465 1.00/1.00 vMB 12
692,023 692,023 000000000000000000044c3cefa385176a765c829ce1260bdc36ceeaf2a76186 1,521 0.99/1.00 vMB 9
692,022 692,022 0000000000000000000d65e6871f169e6cfd836d2e67e6d16a7e032cf03139cb 902 1.00/1.00 vMB 2
692,021 692,021 0000000000000000001199cd903c381ae08fb8fcd96c0e790103b9a8c931edfb 2,492 1.00/1.00 vMB 9
692,020 692,020 0000000000000000000f86b3409b1cec6905466337fd5366b69321c20e13fb0f 2,424 1.00/1.00 vMB 14
692,019 692,019 000000000000000000126e0041b963890c000c1fe16520798b3cd9a4e708a555 2,163 1.00/1.00 vMB 12
692,018 692,018 000000000000000000114d7f0dd676e622c7496237fa23e75f99888cdf294729 2,089 1.00/1.00 vMB 18
692,017 692,017 000000000000000000091b2416ca31636208fba87c96afce8cd00423f10f2ec8 443 0.38/1.00 vMB 8
692,016 692,016 00000000000000000002c09518322600ccd5bf7a0eb92a6012001a896ed22d65 1,105 0.59/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.81 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: 635.03 GB
    • Received: 12.28 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.