Loading Tool

Explorer IconExplorer

Memory Pool

42,248 transactions
26.91 vMB
0.06932048 BTC
Random Selection Loading Transactions
Max Size: 140.75/200 MB

Candidate Block

Mining Attempt 45ed625c4233df0da3503338481be74cf2937ddcaa8dca8a92ab0183603ea7a2
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root e63f76d81ff10e2c7a53a8a1e25296d214c72d08ef2d85886af52f7d8aaca009
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,173
Size: 1.00 vMB
Total Fees: 0.01929116 BTC
Feerates: 130.68 > 1.93 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (196,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
718,218 718,218 00000000000000000003c1314e2d8ab9e9b08a14925f074c8d1e63561bdc2791 2,924 1.00/1.00 vMB 9
718,217 718,217 00000000000000000001d8b3151da2516cb0b1d9da8e6abcbcf9b7dd32d874f6 2,524 1.00/1.00 vMB 8
718,216 718,216 000000000000000000039ce0fa9653ffa1a3807680162d6de0a1652f6f110591 1,175 0.50/1.00 vMB 8
718,215 718,215 00000000000000000005539a89c5e2fab76ea7b14796cb94824a61ae90af3e35 1,059 0.58/1.00 vMB 10
718,214 718,214 0000000000000000000b7df597c25e2b9322b40c5b2aa37873ec5985b1b45cce 695 0.33/1.00 vMB 7
718,213 718,213 00000000000000000009f3d1a679642054c55982d6e9be9a751825927ad32fb7 166 0.05/1.00 vMB 10
718,212 718,212 0000000000000000000657a24afa866bc1f9f3d2d66867924d584c9c4913ed57 604 0.23/1.00 vMB 7
718,211 718,211 00000000000000000000da819a8bdda6fac5197e584d14a95dbe42dc13abf93e 3,045 1.00/1.00 vMB 10
718,210 718,210 0000000000000000000764f830fc17ab3ac9813a53a9cc221659cb658d439f21 191 0.06/1.00 vMB 9
718,209 718,209 00000000000000000008e1de5a7eb372eb0fd2e6291bc3be1b989cedd5264c68 777 0.23/1.00 vMB 10
718,208 718,208 0000000000000000000256cfb104fae376fdf58161fabc8f02d73234f19b3429 2,791 0.91/1.00 vMB 9
718,207 718,207 0000000000000000000a3cfa6ff29a4693ef10ea8ce21435d9dc4bf592a86e3f 662 0.20/1.00 vMB 9
718,206 718,206 000000000000000000021895805595cd7bcc1d4aca7d2c53e59b45109948ef74 1,886 0.78/1.00 vMB 5
718,205 718,205 0000000000000000000b1ba52982f4a212884f2d442c35f1d88fe30b1d36d638 718 1.00/1.00 vMB 5
718,204 718,204 00000000000000000004b67dd387084606159c999b57534b35f10799030a0e11 2,326 1.00/1.00 vMB 12
718,203 718,203 00000000000000000001b3267aef0c87bdfb5e03fe2e46bc642febd521d0dcf9 1,434 1.00/1.00 vMB 8
718,202 718,202 00000000000000000008a6c4d902b0db0e17bde1e54a83131b063a4e5f53fd5b 197 0.06/1.00 vMB 9
718,201 718,201 0000000000000000000132fdc0e9b560057302dc6b477f937052c76de3c7a54d 1,937 0.72/1.00 vMB 4
718,200 718,200 00000000000000000008ffec0bdf9fbcc301080cd76ad497c29af370c5b96e57 3,094 1.00/1.00 vMB 13
718,199 718,199 0000000000000000000646b5e63f5bd01533fe8261dddeb3d2339f61cf99f97a 840 0.35/1.00 vMB 9
718,198 718,198 00000000000000000001e35b2e6cecd52e4d71f1d6ad909703c8df403f49582a 3,023 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.22 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 654.70 GB
    • Received: 14.16 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.