Loading Tool

Explorer IconExplorer

Memory Pool

43,354 transactions
26.56 vMB
0.06290235 BTC
Random Selection Loading Transactions
Max Size: 139.68/200 MB

Candidate Block

Mining Attempt eb1d167ff07bf98e977e6790ea6bbc327e87d41bc24c6d3907cd3f342b97379b
Version 20000000
Previous Block 00000000000000000000474abf3fcf62d8e89483dbbfc4091cc0a57225296f17
Merkle Root dd46b3ec90f4fa671bc995d67553148677fc918b5378e671c2896f26edd8ae39
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,212
Size: 1.00 vMB
Total Fees: 0.01416631 BTC
Feerates: 74.70 > 1.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,728 (579,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
335,377 335,377 000000000000000019e0bc010844ba276eac37e9f9cf3444062bc6e828ddc1f0 208 0.12/1.00 vMB 18
335,376 335,376 0000000000000000125d75db1361d94b58195f3d717bed3c45132c46583fa24a 856 0.67/1.00 vMB 20
335,375 335,375 00000000000000000fec3a8bcc34b66bdb14eba7232386323428e220fb9fae0a 64 0.02/1.00 vMB 0
335,374 335,374 000000000000000001e183119d733d437ebfe16a631056d02c7fbd66d5e82e8a 361 0.26/1.00 vMB 19
335,373 335,373 00000000000000000155e067d8236fe07f5fa955dccc501ca7f0156bcbefa883 536 0.24/1.00 vMB 28
335,372 335,372 00000000000000000fca79b0fb84799fbc7a0ed8e4b3f26d4435f77d588ee2b7 436 0.32/1.00 vMB 19
335,371 335,371 0000000000000000102b1802357a05f00cc5d78ce3a47025fb5069f5fe05d8f2 959 0.51/1.00 vMB 32
335,370 335,370 00000000000000000cdee39c65d617ca0ff787d86e14196eaef4dd088f89e442 482 0.63/1.00 vMB 11
335,369 335,369 00000000000000001214764efd85472bedb134fc12702797feb478288f816ef2 1,295 0.75/1.00 vMB 24
335,368 335,368 0000000000000000057ecef68351d9611c4eb60d13d1a259865aca721f0f20cf 775 0.75/1.00 vMB 18
335,367 335,367 000000000000000006b1c2167d4cda1eb650831b43ec46a9234337c7ffaa1595 2,178 0.75/1.00 vMB 38
335,366 335,366 000000000000000015dd38919fc0b31695bca7b171af8e75b41dd93bd4155dc9 266 0.22/1.00 vMB 17
335,365 335,365 00000000000000001ae87ef1719ddcd586af31e9c3921b7167502fd557fd65cf 1,242 0.50/1.00 vMB 32
335,364 335,364 000000000000000011883912914e45cc22bc9592581540ebc1575d09ec3b9585 505 0.28/1.00 vMB 28
335,363 335,363 0000000000000000070689b3977773b4644044dce9db5a167a3085337fb15c5f 339 0.16/1.00 vMB 25
335,362 335,362 000000000000000004ba8c146c2f36ca086440d4d1566054b6e474803e978198 554 0.47/1.00 vMB 18
335,361 335,361 0000000000000000121c3270922e01521a897841313cc6134dde54b81a8aeec4 873 0.35/1.00 vMB 32
335,360 335,360 00000000000000000ae1f447e818423ec582ef296267d3746f74397131c02a96 917 0.44/1.00 vMB 24
335,359 335,359 00000000000000001bc7ff1f8ca59ad10a3619aabbab5e4a81475e19a5a8f889 64 0.02/1.00 vMB 13
335,358 335,358 000000000000000015e3ef06a0819e955d0c92741e4955ad30970616f7403fc4 1,616 0.90/1.00 vMB 26
335,357 335,357 000000000000000016667660be2c215d81e54a31b5ff2435a02e3d99e0efefa7 650 0.60/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.91 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: 645.83 GB
    • Received: 12.78 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.