Loading Tool

Explorer IconExplorer

Memory Pool

75,837 transactions
28.42 vMB
0.07916404 BTC
Random Selection Loading Transactions
Max Size: 171.61/200 MB

Candidate Block

Mining Attempt 8d6c2dcbf3144810d3b77a1837b253cf338d581baee11e8c6a820bd2a2bf081c
Version 20000000
Previous Block 00000000000000000001f93bde759744130b66158cbae52d70e58b5101ed717c
Merkle Root 38ebe69fc1229d95db270cc57561f926304e5e98bc1def146534a3d87e527cb4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,604
Size: 1.00 vMB
Total Fees: 0.01557911 BTC
Feerates: 100.36 > 1.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,269 (303,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
611,734 611,734 000000000000000000080c84ff630053a0c6a9928969dcc9ba3c9da0a6020e2b 3,037 1.00/1.00 vMB 20
611,733 611,733 00000000000000000003b7242b179295c364f3f76532cfc2ae0ee1e0c09a5f9e 2,460 1.00/1.00 vMB 49
611,732 611,732 00000000000000000011e6a160176171d89e21bd547d7a2d13f4dc330d8f9a06 1,858 1.00/1.00 vMB 25
611,731 611,731 00000000000000000000e8a2525217698dede951af0dfad13537910a6bfb1a5d 1,727 1.00/1.00 vMB 49
611,730 611,730 0000000000000000000f8ac8e7fd7b79f88d15782dc400f944dcdad5c678fd80 1,157 1.00/1.00 vMB 82
611,729 611,729 000000000000000000025116ad8c21c054d1b3338e07c0def714d9878a79f107 2,974 1.00/1.00 vMB 16
611,728 611,728 0000000000000000000887aadb01e1bd8b96abd6d9363e08065c2fc3f78c2e03 2,522 1.00/1.00 vMB 19
611,727 611,727 0000000000000000000da9e99cd6732dbc1bc3bd8697214675947d74dbe2301b 2,331 1.00/1.00 vMB 33
611,726 611,726 000000000000000000051b9266d484848a0bcb08b62c0bdea716bb4a103c0a94 1,144 0.47/1.00 vMB 14
611,725 611,725 0000000000000000000a3c2a27bdabb1768a52267ecee458df1669b5279d4cb8 500 0.17/1.00 vMB 17
611,724 611,724 000000000000000000019402654ded6e82fbbc9b841f9966ab168b80e75a1abd 593 0.19/1.00 vMB 13
611,723 611,723 0000000000000000000ee46ad47352158c45f193307d897b44a902331300003e 1,659 0.70/1.00 vMB 12
611,722 611,722 0000000000000000000acd57a7f2f06c0a6fc71f7923f47e5d85ab9cbfb112a6 460 0.15/1.00 vMB 16
611,721 611,721 00000000000000000000e64314f764bd40d7cf9a37534b9dd71a2bdfde5c7890 1,511 0.61/1.00 vMB 28
611,720 611,720 000000000000000000102d9314180d086356a3a813fba6bcbee403134c108ee6 2,130 0.69/1.00 vMB 25
611,719 611,719 0000000000000000000a5e4998bb5ef24ebae6ab44d6c0cddf2361ac181b7209 867 0.23/1.00 vMB 3
611,718 611,718 0000000000000000000d82eabdc913c5c706c85abd15d6f61af04cfb57bd273e 2,231 1.00/1.00 vMB 28
611,717 611,717 0000000000000000000fb939a0cbb39f418d3eee4f0388e22cac6d15e645f2a8 89 0.04/1.00 vMB 27
611,716 611,716 000000000000000000143124581090466a98f9785169da2c5a65837bed1f5549 1,572 0.60/1.00 vMB 5
611,715 611,715 0000000000000000000efe8cbe657174e560d9b1b03dd46e611415b5cbfee6ff 2,211 1.00/1.00 vMB 17
611,714 611,714 00000000000000000001fb0bd4e6886cc1fffad6320c79cba3963c494985c561 2,629 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.86 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: 712.83 GB
    • Received: 17.23 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.