Loading Tool

Explorer IconExplorer

Memory Pool

57,010 transactions
23.86 vMB
0.10290699 BTC
Random Selection Loading Transactions
Max Size: 137.37/200 MB

Candidate Block

Mining Attempt 48048c856ce8eef039462f9b5ab993d53d8d1c7e26716ce923944a8a105bf50f
Version 20000000
Previous Block 000000000000000000011d6ed96c00758cad63f20c3c2d4ebeabad5494456918
Merkle Root 033364538aebc7bca9b13b1f2a70cd4cd1a3f39bde4be269a4e04ab40f876c22
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,164
Size: 1.00 vMB
Total Fees: 0.03734660 BTC
Feerates: 217.51 > 3.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,923 (797,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,460 116,460 0000000000008882e9257cf227b4fd612121c819f7ffc0d109d8f9e5c54f9093 4 0.00/1.00 vMB 0
116,459 116,459 000000000000e221419c90f37362a88fa5150772a9a595b4e680199659ea93dd 10 0.00/1.00 vMB 1,414
116,458 116,458 0000000000009c3a76d936ea93730479c38c8333818f3c7a6d105a9e7db763c9 10 0.00/1.00 vMB 1,020
116,457 116,457 000000000000b769809850297eabe8253f4f3acc57702b0cbad749eda17745cb 11 0.00/1.00 vMB 0
116,456 116,456 0000000000001c2c00db3a59a7bee1100bd3a0b129d8ad54337fb9041925d161 13 0.00/1.00 vMB 0
116,455 116,455 000000000000b6b41b8fb790f95d43b5ce3c6a9b85a8aaf644b20f0e967e3349 11 0.00/1.00 vMB 362
116,454 116,454 00000000000055d5867ff8b6018314021b93f851d1f5e1be40e64a7d2be8fec4 12 0.00/1.00 vMB 356
116,453 116,453 00000000000084cf8bd5ad4f0b4bcc642eefafd911bde90e17526ae8727999a9 11 0.00/1.00 vMB 324
116,452 116,452 000000000000c46d87a40fbd5c15848d21b4151416ea2e5bc3b98cc47eaa2c0d 10 0.00/1.00 vMB 541
116,451 116,451 000000000000d75c0d874bc3e618a9fac86cfc941d1260bcfcea8513e73373e2 5 0.00/1.00 vMB 0
116,450 116,450 00000000000084beafc0d0845528e360485c3a56e42037f0e9abec72ab541d9f 12 0.00/1.00 vMB 352
116,449 116,449 000000000000a20262cea944e6ec5dbe3a33d93bb47789b3f5a33cbd13f9d258 11 0.00/1.00 vMB 309
116,448 116,448 0000000000009093efa493c50ad6b05144976ddfb539be69478f652af95e123a 12 0.00/1.00 vMB 319
116,447 116,447 000000000000121a9ecae2770c1dac81b66a41ccb95b37e1ddbd1d674590f181 9 0.00/1.00 vMB 804
116,446 116,446 00000000000078dbedf5e2f73aa672f75ae177942e0d422db017bb13b8f88588 11 0.00/1.00 vMB 669
116,445 116,445 00000000000090d40ad09c2fd0b14af8b9413894f4eed0d8c1394377b799790e 1 0.00/1.00 vMB 0
116,444 116,444 000000000000bfa903ac5a0cd4bff12eed06475e6bd47131baf4d4823848764b 10 0.00/1.00 vMB 0
116,443 116,443 0000000000001779b21a16866e17b8c121b908d3e820e7b5a181f15d08489a86 10 0.00/1.00 vMB 715
116,442 116,442 000000000000a2e954728d7c4fd66c3757406a2dd0cbe06b88c95bfaa7127ac8 10 0.00/1.00 vMB 680
116,441 116,441 000000000000b5ec269379f76992e780b82e02fe5e3d2e6e3ed565d3067edbf8 7 0.00/1.00 vMB 1,058
116,440 116,440 000000000000170d4e1cfab8e2240845b2d52355a57ff370672028cfef45ba06 11 0.00/1.00 vMB 670
Previous 10 blocks ↓
Total Size: 780.48 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 528.69 GB
    • Received: 5.66 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.