Loading Tool

Explorer IconExplorer

Memory Pool

26,159 transactions
26.41 vMB
0.03929871 BTC
Random Selection Loading Transactions
Max Size: 142.88/200 MB

Candidate Block

Mining Attempt cf49cfa3f48d6441f7f3ffc5d313d5e900d2eb429a313da04ab64101dd141d57
Version 20000000
Previous Block 000000000000000000019972d48e48dc10e0f0cc67d15cc70b6cb168992cb973
Merkle Root 33bd256c801e4e03a59b3fc141d8562715c1c9abf65145021fcfcf19a3cda29b
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,899
Size: 1.00 vMB
Total Fees: 0.00968042 BTC
Feerates: 150.75 > 0.97 > 0.14 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,032 (25 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
940,007 940,007 00000000000000000001e9a5f3eb367801ae7aa8e23fc3b0b3bd618531d35857 3,372 1.00/1.00 vMB 3
940,006 940,006 0000000000000000000006536220433a373b26386b3f1e8b74ea5142f5cc6d00 2,974 1.00/1.00 vMB 3
940,005 940,005 0000000000000000000030a45a8bbd6641d173d493eb48cef6a498f24f465c2e 2,451 0.71/1.00 vMB 1
940,004 940,004 000000000000000000018cf70ef2356c8e7782ea1478e773822ff1172623ab4f 2,766 1.00/1.00 vMB 1
940,003 940,003 0000000000000000000032a78f99b194d16aa6c9461723bbb541164b6bba8b3e 4,011 1.00/1.00 vMB 5
940,002 940,002 00000000000000000000019050c541f73b5c2c59d30f9cfc6773704258a62505 1,197 0.44/1.00 vMB 2
940,001 940,001 000000000000000000017ab1b9ef43fd0fcbcce1a88dc06273534fafc89f91e0 3,046 1.00/1.00 vMB 2
940,000 940,000 000000000000000000002afe1e2f7e176047529419532b2a6773c45623a02c12 2,954 1.00/1.00 vMB 4
939,999 939,999 000000000000000000007e95c9885d9eb2d67a3b7027d678376bb487323004ca 2,065 1.00/1.00 vMB 1
939,998 939,998 00000000000000000001dd0b994b4b191aa209b2c325e37a6241e1084633df46 3,092 1.00/1.00 vMB 3
939,997 939,997 00000000000000000000d74f0fbd384650549ef24edc285504f2cb2e6b235d22 3,472 1.00/1.00 vMB 3
939,996 939,996 0000000000000000000139ca952997c0832ea205471c82d294ada86faed32ee5 3,033 1.00/1.00 vMB 2
939,995 939,995 00000000000000000001a95b7041c2a363dedf3c32b70adb7a59743a11fb78d4 3,433 1.00/1.00 vMB 3
939,994 939,994 000000000000000000009bfdc5edeb101fa18ecda31fe5fddd274926d53f5f99 676 0.20/1.00 vMB 3
939,993 939,993 0000000000000000000010dfac42ae37a09fa9192eae3d9c9cbc3aa6b6062d05 2,894 0.94/1.00 vMB 2
939,992 939,992 00000000000000000000d9e94da7fe85b7aca24cb419362f952bb99fb4f5ea06 2,779 1.00/1.00 vMB 0
939,991 939,991 00000000000000000001becfa089f9d147da431ec0ae4a7253f9fca6a47c058d 4,929 1.00/1.00 vMB 0
939,990 939,990 00000000000000000000cdb0d5a54e29fb9c3784a849540eca87c9dbdc0be2bc 1,070 0.29/1.00 vMB 2
939,989 939,989 0000000000000000000038f9c188cd984ae9310d741f0c3b74ea82933dd5f572 2,929 1.00/1.00 vMB 2
939,988 939,988 0000000000000000000021b7011c7c6e147a60e25446aace5e4d02c157d5ba2f 3,950 1.00/1.00 vMB 1
939,987 939,987 0000000000000000000039e6a74bd73765b1a0936e2c8994d50992d0cfaf2eb8 325 0.17/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 826.77 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: 4,434.33 GB
    • Received: 239.74 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.