Loading Tool

Explorer IconExplorer

Memory Pool

80,347 transactions
30.06 vMB
0.11905007 BTC
Random Selection Loading Transactions
Max Size: 180.29/200 MB

Candidate Block

Mining Attempt 97c63c12bbea61da491e08fd49804620ce96a050178d945ce5db350213f3791b
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 02189681a77cf02ee759f1e307b48d46198a97c6774bb3aae22ea498d5172ec3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,785
Size: 1.00 vMB
Total Fees: 0.05756685 BTC
Feerates: 180.34 > 5.77 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (695,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
219,929 219,929 00000000000003ff786c557ce7bc2ab6a445dd1cb17308a01b068ebb7d4a4097 379 0.16/1.00 vMB 209
219,928 219,928 0000000000000059fdec645c2a6d4ee3b8984ead2c13a9b7b0fedb019a94d3ba 11 0.00/1.00 vMB 331
219,927 219,927 000000000000023592b74d7e31e81cbb57a902fe61f4cee267532e66e5f90eef 128 0.09/1.00 vMB 98
219,926 219,926 00000000000002fd5f0db82669dc263ddf55d3be2dc2f905c60cb7ef3105b93c 1 0.00/1.00 vMB 0
219,925 219,925 00000000000002cafe9c91be98c13f9ffb149dbfc0dce2f299d6fe5a5d206e3a 412 0.17/1.00 vMB 199
219,924 219,924 000000000000048e894d9de4586ad7c2239cb8ad3a08a9bb87417c34b4f61d4a 156 0.05/1.00 vMB 71
219,923 219,923 00000000000004694198966031bdcf330cfa0741cc08cb366d12d1cb9ad4aa97 364 0.22/1.00 vMB 130
219,922 219,922 00000000000004b94be14ceb5e99629d5e7dc55acdf6c5313abda1536eba8111 750 0.25/1.00 vMB 245
219,921 219,921 000000000000002f7dcfb4a413638ebb142b56e6e9995efc7bc82152db572a47 647 0.25/1.00 vMB 196
219,920 219,920 0000000000000384b79ab7c855402455475d75d4c854d3163d3cd5351323b938 158 0.07/1.00 vMB 200
219,919 219,919 000000000000050c2145963a55c7c3911e15de58577a7d14ba93f2ae9ca69fdb 286 0.11/1.00 vMB 220
219,918 219,918 000000000000034276cda196cd41a8184f404d60eb24a1b80e57bd1bb13bc7ab 284 0.21/1.00 vMB 124
219,917 219,917 00000000000000904647a50a9c233fc28c6047e61aea9c97a31fe368a183886a 299 0.21/1.00 vMB 120
219,916 219,916 00000000000000c22a9a3a410d3a7e502d6ceb6eba8cdf1735e1109c2b237361 759 0.25/1.00 vMB 266
219,915 219,915 00000000000004a10ab296d8955abe2019e4e4c7bcb760d1849d885c807e94ef 7 0.00/1.00 vMB 30
219,914 219,914 0000000000000482416e70e5390739d5e67cd5750d4c2c2a668f31e6565fe6bb 426 0.16/1.00 vMB 214
219,913 219,913 00000000000001b6f32ce7596a3231b773f47ab7550b1f869d0e878acf248afb 132 0.07/1.00 vMB 138
219,912 219,912 00000000000001e18f2e4d49ca85dae48ceb7905231dac7bdda0af849131cdbf 129 0.06/1.00 vMB 13
219,911 219,911 00000000000001ccc9650ff797272b8d39d0ba020d06a0acfc55e360860de7a9 283 0.12/1.00 vMB 145
219,910 219,910 0000000000000273eac5963d63708a6726e62657ee85ccc1cde9a0261d2d4f63 494 0.20/1.00 vMB 216
219,909 219,909 000000000000018d45d851d4ab5e8d3ec030e7787f81472533757d0f4303b9e0 655 0.24/1.00 vMB 202
Previous 10 blocks ↓
Total Size: 782.38 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: 664.48 GB
    • Received: 14.99 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.