Loading Tool

Explorer IconExplorer

Memory Pool

77,841 transactions
29.24 vMB
0.06252164 BTC
Random Selection Loading Transactions
Max Size: 175.74/200 MB

Candidate Block

Mining Attempt 698c93bbf49d1b83af5ac298b8fb7dcecd0985da4600cc77f9a14c42db4d9a14
Version 20000000
Previous Block 000000000000000000004c4a905c8593ed7e23f3ac33562bc2818cc264e6c121
Merkle Root 9a63ee528d8f9e8f8c5069f3f72c04ec6c9966d850082cfdc11720a79327a3a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,807
Size: 1.00 vMB
Total Fees: 0.00338234 BTC
Feerates: 16.09 > 0.34 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,020 (248,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,061 666,061 0000000000000000000d5571919da8c48d7a33d4224e272489dd6b20a0574861 3,147 1.00/1.00 vMB 103
666,060 666,060 0000000000000000000c825cbdedc33de72b965f5185de523e925dc410aa7363 2,935 1.00/1.00 vMB 114
666,059 666,059 00000000000000000006c71ec4d81d9eacef09a61e050832d01a8b127047cba1 1,989 1.00/1.00 vMB 134
666,058 666,058 0000000000000000000bd2d016a796eeef474d6e98765d84cdb6a38c31c9a08d 2,873 1.00/1.00 vMB 120
666,057 666,057 000000000000000000038f530cc8c059f569a49202242c4929a95e3a09619685 1,906 1.00/1.00 vMB 128
666,056 666,056 0000000000000000000d839bd3a0ef7e60088eb45f1bf80fde68b240c56054c1 2,742 1.00/1.00 vMB 143
666,055 666,055 00000000000000000002c0f71c5af6897be86c1c58b491f51aacc02967db8c78 2,826 1.00/1.00 vMB 128
666,054 666,054 0000000000000000000d0cdd8fb46026a42c85c246870b54f19365f031f31cf0 2,219 1.00/1.00 vMB 138
666,053 666,053 0000000000000000000254567a2521ab99e62b14ad99f5648768a794693391b3 2,559 1.00/1.00 vMB 134
666,052 666,052 00000000000000000002cf1e11bb4232e59012ce8258997d339f418be751398e 2,465 1.00/1.00 vMB 149
666,051 666,051 0000000000000000000b685acb303ca7476bbcc13f647f2ecf475d9e949b2f38 2,337 1.00/1.00 vMB 139
666,050 666,050 0000000000000000000ab248c8e35c574514d052a83dbc12669e19bc43df486e 3,207 1.00/1.00 vMB 158
666,049 666,049 00000000000000000006cf00a49d1e02d9cf6536fb7f39f10d0515c68fa486ae 2,051 1.00/1.00 vMB 134
666,048 666,048 0000000000000000000d76dc7689479b0012e6a1a46c6c61cdb06e933d1241ac 1,382 1.00/1.00 vMB 129
666,047 666,047 00000000000000000001844f4d71935fee6a119cf6f54e28caea75a3ce67e52c 2,859 1.00/1.00 vMB 103
666,046 666,046 00000000000000000004785f62cf47e09ee5ec67cda8e67deccd243eeb36338d 1,805 1.00/1.00 vMB 109
666,045 666,045 00000000000000000005b45dc93012f875361796723374bc965129ad72d329bb 2,317 1.00/1.00 vMB 123
666,044 666,044 0000000000000000000d7023d7c440036f84ea249bf28fac264f9e11ef2e7ebc 2,808 1.00/1.00 vMB 126
666,043 666,043 0000000000000000000402b929aed8209add914193ebd0e7ca15ad2274dcc595 2,604 1.00/1.00 vMB 136
666,042 666,042 00000000000000000009560a750cb5c160ad27038188b84bf2f0a5fd49e7e455 3,189 1.00/1.00 vMB 169
666,041 666,041 0000000000000000000b6b2bcde5ab27d9e2f03f821ea65867d4926f1005bcf3 2,425 1.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 782.43 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: 665.49 GB
    • Received: 15.15 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.