Loading Tool

Explorer IconExplorer

Memory Pool

48,624 transactions
29.56 vMB
0.08836745 BTC
Random Selection Loading Transactions
Max Size: 157.59/200 MB

Candidate Block

Mining Attempt 515da85bb58dcbb71e98627881f3931c099a11d1754b678f6b03f2ea81480d4f
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root fd3b1b2c556193642deb523de824b3928062e69064b4a5fd6e0018b892cd455d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,923
Size: 1.00 vMB
Total Fees: 0.02743770 BTC
Feerates: 105.02 > 2.75 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (425,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
489,344 489,344 00000000000000000032fdba2b7d1e5a8cd948e9ff3e1ecccc6dc7d3f6c26d38 2,754 0.97/1.00 vMB 162
489,343 489,343 00000000000000000029b7457190935bbd6df7a6bd644912c19776e6ede18887 2,436 1.00/1.00 vMB 108
489,342 489,342 0000000000000000006241980980d93b202eb63e76979eeb28fe9b73e9b1330a 2,188 1.00/1.00 vMB 95
489,341 489,341 0000000000000000001c74270b8ece593fccc01f206a5951c60d355ae04daaba 2,223 0.96/1.00 vMB 138
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.