Loading Tool

Explorer IconExplorer

Memory Pool

80,126 transactions
30.81 vMB
0.08826622 BTC
Random Selection Loading Transactions
Max Size: 186.64/200 MB

Candidate Block

Mining Attempt 66c2c4ae9bcd0f96915715d9d0224e6950000adf3f26d0b6cf24311f4b39d576
Version 20000000
Previous Block 00000000000000000001b99a5235f7093a25af06b813d4393172d28ab0c0e382
Merkle Root d5abd65a886fe7f226bd70758646d5a8473faaac2fbeb9abdb0f0fe539b4bd12
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,817
Size: 1.00 vMB
Total Fees: 0.01565727 BTC
Feerates: 106.51 > 1.57 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,387 (372,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
542,877 542,877 0000000000000000001a8a12aa1b9c69815f40fc4953300fcaa8efc4b5f67e6b 2,140 0.74/1.00 vMB 10
542,876 542,876 0000000000000000001cb002894ebcddfb3d04cfc1745d1aadfccb829c1876ef 1,936 1.00/1.00 vMB 19
542,875 542,875 0000000000000000002586b7ca95276523be302baac11a4677d00f7ed5c4743e 441 0.15/1.00 vMB 20
542,874 542,874 0000000000000000001d0caa8be5e9848a8caa657e7c143b48708c564c42dc8d 1,377 0.94/1.00 vMB 3
542,873 542,873 00000000000000000016e98bba9020da81e17ba7113872865a1e5020c6b9d573 2,990 1.00/1.00 vMB 3
542,872 542,872 00000000000000000000878a0a0d5ac4562798225662e6a5d22c60c9b25dc14d 2,345 1.00/1.00 vMB 22
542,871 542,871 000000000000000000194e84ef8ab908800a3e587a1bf547ea3628167f6e0c15 2,729 1.00/1.00 vMB 16
542,870 542,870 0000000000000000001439e4af884842eeb4da6bfee973d04ac5b418673817c9 3,070 1.00/1.00 vMB 6
542,869 542,869 000000000000000000121f672e8cfd56aab4d66a5774bdcd74a2c164b8f6dd3b 2,436 1.00/1.00 vMB 13
542,868 542,868 00000000000000000022e5fdc84bedb06e3020e9139e7a6e9817d6005434895c 2,793 1.00/1.00 vMB 5
542,867 542,867 0000000000000000000718d7cd5bfcd3bbc5559961d2849c071c6425e17abbbd 2,654 1.00/1.00 vMB 38
542,866 542,866 00000000000000000001e62c10a982eeb30d90a2fb12044ae4f74947d64d5959 2,373 1.00/1.00 vMB 33
542,865 542,865 00000000000000000013cfca30f65fa73c9f7530a7a746655d80ca42d7f8ba9c 3,163 1.00/1.00 vMB 9
542,864 542,864 00000000000000000001730753cfcfb4bead71078ad4aaf434480304bd0e90e8 1,221 0.57/1.00 vMB 40
542,863 542,863 0000000000000000001df4f8577b5cc29fc713d745226badec179930cc6407f4 3,176 1.00/1.00 vMB 14
542,862 542,862 00000000000000000009e495fd53c41cfaa563906a04af8be3589ee60c6213f0 646 0.19/1.00 vMB 10
542,861 542,861 000000000000000000119ae8b81ead40a725c448b3901af0ede01405bc07d256 2,679 0.93/1.00 vMB 16
542,860 542,860 00000000000000000022a7a47e06df0e5618e2293316dc727395131bf7156336 1,833 0.70/1.00 vMB 10
542,859 542,859 0000000000000000001c437d6043dcdcf7ddd4922a5e3e38e42e8835f5714be6 2,841 1.00/1.00 vMB 17
542,858 542,858 00000000000000000017c6225a703d70aaa3e38d9712100f33e63725853f5223 1,733 0.66/1.00 vMB 10
542,857 542,857 00000000000000000017d59618160185957b895f38733c768c0e2fd162206582 2,589 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 783.06 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: 720.81 GB
    • Received: 18.27 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.