Loading Tool

Explorer IconExplorer

Memory Pool

41,917 transactions
26.50 vMB
0.07125009 BTC
Random Selection Loading Transactions
Max Size: 137.97/200 MB

Candidate Block

Mining Attempt f841976b6d8d89f47b9200922a4bdde4dc461a825e43413a189e65a39ff64e5f
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root a45fb863d91136b4b657d7d7fd0af834e4254ad9248c4127b16c8fcadb61d44d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,825
Size: 1.00 vMB
Total Fees: 0.02254870 BTC
Feerates: 99.53 > 2.26 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (425,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,365 489,365 0000000000000000003d2b226b421f483d39df782e03e18ceb0e77d5742a59ad 2,537 1.00/1.00 vMB 172
489,364 489,364 000000000000000000a6d57f53b6f761067968a9f65bb941ad0afc0ad72e921c 1,969 0.94/1.00 vMB 118
489,363 489,363 0000000000000000008dd00dc2913ea75f36d7a3cf9da2d3a15fd7bde7dcc907 2,427 0.95/1.00 vMB 146
489,362 489,362 000000000000000000ab10e56d9bc2b30bfcaf7e8f7b1e729ad67f2d69ad8242 2,202 0.95/1.00 vMB 140
489,361 489,361 000000000000000000e76ba99ab65e2cb20e2a1f9aeaeee596febbed28f5929d 2,249 1.00/1.00 vMB 131
489,360 489,360 000000000000000000c1c4bec7ba35e688a93de8682b625bdff99a48e3bdcf43 1,766 1.00/1.00 vMB 182
489,359 489,359 000000000000000000e509aff0e2aea08630b8da2653937b7cc8990ef9b88488 2,265 1.00/1.00 vMB 52
489,358 489,358 0000000000000000005103e8d184435ae43dbb9cba29d560c60f8618397e25a7 2,385 1.00/1.00 vMB 53
489,357 489,357 000000000000000000d9e3c70ac8d72aee2e42403949060a4ea54025dfb4f980 2,201 1.00/1.00 vMB 135
489,356 489,356 000000000000000000a7bdf90b92a444a696d42c8c0f840966db37ee21aee39e 2,837 0.95/1.00 vMB 171
489,355 489,355 000000000000000000401fef3d70f20ae36710df2ccc45c5253faa9c105cc7b6 2,472 0.97/1.00 vMB 141
489,354 489,354 00000000000000000064cc88546788ebb5d5609518eb9526dfbeed2e66123c5a 2,046 1.00/1.00 vMB 40
489,353 489,353 0000000000000000009c482a35fa0a7d4b18dc4c836e7b2585db74b698f4e648 2,153 1.00/1.00 vMB 17
489,352 489,352 00000000000000000018f2ed30141dd4a2b788c34eb18a6d58b18b50cf252457 1,991 1.00/1.00 vMB 85
489,351 489,351 000000000000000000ed6b691c2947418d3f559a1da453b835994bd4a6e665f5 2,641 0.91/1.00 vMB 39
489,350 489,350 0000000000000000000b4d2db9ff58f3eb6c0eeefb3e32a40e08d9564931fd24 2,213 1.00/1.00 vMB 150
489,349 489,349 000000000000000000abe357701f1eb4c2263bc947a9bfd55127714da70bf778 2,099 0.95/1.00 vMB 75
489,348 489,348 000000000000000000e25bdb5919a1123d28f41a90942947324341ea6d74eaff 2,210 0.96/1.00 vMB 69
489,347 489,347 00000000000000000059411e6e25b9b524a5bea09d316b2730c4b830406bb0c5 1,859 0.94/1.00 vMB 112
489,346 489,346 00000000000000000078a6bbce83cab4049b3709210ced70f02f8643eb27573f 2,485 1.00/1.00 vMB 169
489,345 489,345 000000000000000000212d479c8658cb9ccd98ca273afbf94cc836498b04aa4f 2,194 0.91/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.17 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: 653.46 GB
    • Received: 13.89 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.