Loading Tool

Explorer IconExplorer

Memory Pool

51,526 transactions
29.26 vMB
0.07982407 BTC
Random Selection Loading Transactions
Max Size: 158.29/200 MB

Candidate Block

Mining Attempt 192db0644aa3c8fc3668fcdf7d155f0e28ee0ff8fd45cb7b22675af206b6d7c9
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 77b8820a42652c09d95a93a488decec6d701f35801a6aa5ca7a1b73d335bd029
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,413
Size: 1.00 vMB
Total Fees: 0.02375369 BTC
Feerates: 173.90 > 2.38 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (446,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,215 468,215 0000000000000000002b99d247b162c5a68bcf1605f66d8027208fca9345e5c0 719 1.00/1.00 vMB 120
468,214 468,214 0000000000000000013aa229743993802ac9e0fbb7eaa4552d899795be3cd10f 1,449 1.00/1.00 vMB 120
468,213 468,213 0000000000000000018da434e97ddbe7b7d875cd43846d4ae0b17c03804f02db 2,508 1.00/1.00 vMB 370
468,212 468,212 00000000000000000043877db3d1470e2229c9fd33377ade1b1ce4f0f99f6015 2,135 1.00/1.00 vMB 274
468,211 468,211 0000000000000000018099d405640d5444f1228dfe80a6d0a1c6822e61303e9f 1 0.00/1.00 vMB 0
468,210 468,210 000000000000000001abc3bd2f1be86c43a8c25803d3b12edbd207366715eb3f 1,537 1.00/1.00 vMB 371
468,209 468,209 000000000000000000794b581348f4c1bff095f19f30c13787b5f0a2dd6fa63b 2,726 1.00/1.00 vMB 284
468,208 468,208 00000000000000000008f2bdd3d70d2d5090dfa35dcd7408d691009b68429b67 1,510 1.00/1.00 vMB 253
468,207 468,207 000000000000000000473220ce26c7187d9db1f4d61cf2495c8600f5a90045dc 3,057 0.99/1.00 vMB 291
468,206 468,206 000000000000000001d21c597d076231753aaef83313d74e8566bd76dc526ce1 2,262 1.00/1.00 vMB 330
468,205 468,205 000000000000000000e6cb1a1569e345318a0f0152ab66f0026e80e404c2f4c3 2,094 1.00/1.00 vMB 346
468,204 468,204 0000000000000000013f147a0967fd2a6a736bd16cf8144f9a2e21b86ed18682 2,076 1.00/1.00 vMB 120
468,203 468,203 000000000000000000e4a625456729e32e157e341b0e63543d7690e102a611b9 2,817 1.00/1.00 vMB 408
468,202 468,202 0000000000000000001fd38faca4c26473ec2f40f77794c50cd34f363befa7bd 3,342 1.00/1.00 vMB 275
468,201 468,201 000000000000000001a62dea06b98d3c8584e7f268727418de0b1d18bbfc4e95 2,152 1.00/1.00 vMB 305
468,200 468,200 0000000000000000011898529f0d8ebfbd25b93611844fdbd7c3a03a224b9a62 2,588 1.00/1.00 vMB 326
468,199 468,199 0000000000000000008d3c80527c00647caf6e4c36643210530b090eca6843bf 2,381 1.00/1.00 vMB 372
468,198 468,198 0000000000000000004775168d60362501f5ccb760ea72ac74fab858b50a8640 2,632 1.00/1.00 vMB 410
468,197 468,197 0000000000000000012851e3c0b77d573269f3978d8ea30d0f488c234553496a 2,571 1.00/1.00 vMB 324
468,196 468,196 00000000000000000116619474f426fe065103dd8dc687a8914658d5f3e7e122 2,521 1.00/1.00 vMB 351
468,195 468,195 000000000000000000166bf92dd6aca1e3daa7e2072fa633ad4ba129fd0616a6 1,955 1.00/1.00 vMB 395
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.