Loading Tool

Explorer IconExplorer

Memory Pool

78,876 transactions
29.39 vMB
0.08261470 BTC
Random Selection Loading Transactions
Max Size: 179.67/200 MB

Candidate Block

Mining Attempt 52e8f6f3fae22e4db6ee77a03c296c53e7484e21cf5b1440ca7ebbed2c3ebae1
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 691c21807e173f83e8aa3601d3bb8530f265d8b2df3f9eacc4baa8b03fd75f8d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,535
Size: 1.00 vMB
Total Fees: 0.01812036 BTC
Feerates: 402.60 > 1.82 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (739,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
175,691 175,691 00000000000000d19e1756145c9c4172a0936bca75a9e1e1d463748b18d9812e 283 0.12/1.00 vMB 240
175,690 175,690 000000000000063a0541abd7d151d7238e4e18935adca9e8a8474bef59b5e992 32 0.02/1.00 vMB 201
175,689 175,689 0000000000000a56999a23548b0e2e20193f840b097166b92859add4b077d765 43 0.01/1.00 vMB 120
175,688 175,688 0000000000000488a474407dc46bcc4ea77ec33f4e416e65e397ec642b56ac42 105 0.04/1.00 vMB 190
175,687 175,687 0000000000000725e57b9e819cff558ca099be7499abe27d91f69b5805d995e3 98 0.05/1.00 vMB 88
175,686 175,686 0000000000000398716da4aecc8626e0c0ebce1ddb4028057b3e95ecba9f0a1f 53 0.02/1.00 vMB 78
175,685 175,685 00000000000009b6cced9d0137d0b56685a73e8313f95804743ca8c4213ac1ae 101 0.04/1.00 vMB 131
175,684 175,684 0000000000000a65b9bd3fcbcaa6f5ba1e1615c8e9dfcdb13007bfc5e20f2dec 129 0.05/1.00 vMB 67
175,683 175,683 0000000000000a5aea9dd62aa9072cb3b1ec903b2be699a242dbc18ba4d4206e 12 0.01/1.00 vMB 1,289
175,682 175,682 00000000000008f52c1be053947fc0f0bbf2a6439ddce8e549e9d614d6abfaaa 72 0.02/1.00 vMB 7
175,681 175,681 00000000000003b156edc63d54958eb663faa5f141e926656bb792b840839cf9 37 0.01/1.00 vMB 54
175,680 175,680 00000000000000bee92a6f1690e3ab53c48054540d8181852eb5cb34e1f3c5a0 31 0.02/1.00 vMB 632
175,679 175,679 000000000000030b2fde55a509d9fdb8e310863eb54da99f56782900065acd92 46 0.02/1.00 vMB 683
175,678 175,678 000000000000088d51c9d534b437c4b50422ef256c0aba87366d61ea9926a2e4 57 0.02/1.00 vMB 664
175,677 175,677 00000000000006843a8b9fbe8168daf50d39d223ed4e68e167a29c11c0b1bb19 25 0.03/1.00 vMB 44
175,676 175,676 0000000000000276b32a5ed2b60567232543d8e56c846d7808192638acb99ab0 10 0.00/1.00 vMB 73
175,675 175,675 00000000000002faaab92ffe9dce005e7e3ce2dd0a533a36d9f7f22d17b1e178 10 0.00/1.00 vMB 77
175,674 175,674 000000000000090ce22a93642fb2ad5a7ca1222a7e017019bdff514fbf7dc46d 29 0.01/1.00 vMB 26
175,673 175,673 000000000000091bbb38cd21ff778d636516cd40f218f8cec014801630252d50 97 0.04/1.00 vMB 102
175,672 175,672 000000000000047ee7e3e49518cfe43dcc52643eb402e2a3750118fc31b659d2 90 0.05/1.00 vMB 115
175,671 175,671 0000000000000913b61884700caf9e21090994cb6790e8eaca1e5643aefbabe0 28 0.01/1.00 vMB 329
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.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.