Loading Tool

Explorer IconExplorer

Memory Pool

36,207 transactions
26.18 vMB
0.07233766 BTC
Random Selection Loading Transactions
Max Size: 133.76/200 MB

Candidate Block

Mining Attempt 088eb1e9a5ecf59dca894cffaf43da78a84f4f38daa58873ba05c71465fc06e4
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 5acb545c2e467e9a3199458935837f7f44f7817442afd2899c551858bf050fd8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,957
Size: 1.00 vMB
Total Fees: 0.02402124 BTC
Feerates: 713.01 > 2.41 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (354,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,374 560,374 0000000000000000001e0a7a186f5481ed622696608d60060b58f000d989f437 2,518 1.00/1.00 vMB 10
560,373 560,373 0000000000000000000078fe7c08fd8c10ca285220e679c0eb7d4de5a03f7b3c 3,183 1.00/1.00 vMB 13
560,372 560,372 00000000000000000013cd05148e79dc5da41275738979959bc7a5c56c4772a5 2,919 1.00/1.00 vMB 13
560,371 560,371 0000000000000000002f8b090000551e28f97e0ee54944377b148079409e6cad 3,194 1.00/1.00 vMB 24
560,370 560,370 0000000000000000001bdb5b4cc88460c41b68e66fc48f1afb8ae115c8e0efee 3,455 1.00/1.00 vMB 12
560,369 560,369 00000000000000000006325fd0111a899c986ff2792f50a8fb33d88b3a7d8c7b 1,329 0.46/1.00 vMB 10
560,368 560,368 000000000000000000094c62488a014069f324ba2d7b0b1c8a0b803c68dea54d 3,104 1.00/1.00 vMB 11
560,367 560,367 000000000000000000169cc0cfe85dc0f216c67f528491ddacec3fcd6f87ed3d 1,707 1.00/1.00 vMB 4
560,366 560,366 0000000000000000001af790b540a38026752f0f95811e3efd2b9e9e89fc4812 2,712 1.00/1.00 vMB 14
560,365 560,365 00000000000000000003d2ff7a8100ef23d2b2f20cdcc3b42bc1cae06d921198 2,609 1.00/1.00 vMB 15
560,364 560,364 000000000000000000203a0905f9a578567acb5e4a883950840e72a548e194e1 83 0.03/1.00 vMB 8
560,363 560,363 0000000000000000000a201cbd4a1ed3abc7441e02c22a3f023f54a8dcd05fc2 1,837 0.65/1.00 vMB 14
560,362 560,362 00000000000000000027083cc16f86c349af87b5989826e1c608c2d6a036de35 229 0.07/1.00 vMB 8
560,361 560,361 0000000000000000001df4135b3c5ab144377281f7005428829b64390a54b2ae 1,817 0.67/1.00 vMB 13
560,360 560,360 000000000000000000190126ae2b5e122f6103ef0f9f9e20fe77d5870237c919 3,055 1.00/1.00 vMB 10
560,359 560,359 0000000000000000000be9ff2e9b9778ad6a1e23bb7216aac6cba5161474dde1 3,091 1.00/1.00 vMB 20
560,358 560,358 00000000000000000000e2b5994887a43db9fdc99054313ce358ba9f1cf816d2 3,217 1.00/1.00 vMB 20
560,357 560,357 000000000000000000030e02c5e52206375c277d0353e2fbac1ab2d52b68a732 1,362 0.39/1.00 vMB 12
560,356 560,356 0000000000000000002e1aaddcad1f9b1f26e2ceae2e0c64f21c3ac1ccbeaa4f 10 0.01/1.00 vMB 21
560,355 560,355 0000000000000000002073ee148f47b8ec876e5143e92ea65bc5063e0312080e 1,906 0.99/1.00 vMB 3
560,354 560,354 000000000000000000180da478b0725deab78ae1d78e76fa00ea8386dac76b13 2,919 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.82 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: 636.01 GB
    • Received: 12.35 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.