Loading Tool

Explorer IconExplorer

Memory Pool

78,676 transactions
29.16 vMB
0.09399163 BTC
Random Selection Loading Transactions
Max Size: 176.21/200 MB

Candidate Block

Mining Attempt 2d5b58552e3d64e7d158d2ea7b5653a3c09299f815e68b6ad9c1de862464a4dd
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 8f1b3d892d287fef949265d3140203099477613b89a633f5ac87420ef4d44ad2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,767
Size: 1.00 vMB
Total Fees: 0.03286482 BTC
Feerates: 477.45 > 3.29 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (115,282 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
799,855 799,855 000000000000000000009a760f6f0952fa571644f1cd73208a084e454b562fb2 2,817 1.00/1.00 vMB 37
799,854 799,854 00000000000000000002acb68a2d918797421fbd7b78a9a3bf3efc390bfd8b23 3,508 1.00/1.00 vMB 18
799,853 799,853 0000000000000000000519585666d7313daafa6c6889072c2303ec661c4a4bea 6,101 1.00/1.00 vMB 10
799,852 799,852 000000000000000000039604668e6b6d2f6bb88fe638a93e125f1926078ee935 6,030 1.00/1.00 vMB 8
799,851 799,851 00000000000000000000d0dfc17506288554e2333431a4b4e0b9c2243bbc8fcb 3,198 1.00/1.00 vMB 10
799,850 799,850 00000000000000000001b0fb589c8f5df118e16b4f0a2274a76406b9b1c01d09 2,862 1.00/1.00 vMB 32
799,849 799,849 00000000000000000000f146fd65257f408f042688179e8a439d283e394a3dc3 5,148 1.00/1.00 vMB 10
799,848 799,848 00000000000000000003b620edf2e0789beeae6209922ab1e809434d5e7424f2 4,626 1.00/1.00 vMB 12
799,847 799,847 000000000000000000053237d1a29ed3fb0cbce0833c4d57d1b32af862632fbc 1,681 1.00/1.00 vMB 17
799,846 799,846 0000000000000000000230bf261b99e6c5dfd3c1493d7e4e618f058842b05959 5,707 1.00/1.00 vMB 9
799,845 799,845 000000000000000000040e3fd5b87b037f396eb140fd8f694c1213a79aef9788 6,512 1.00/1.00 vMB 6
799,844 799,844 000000000000000000014883d740eb9178936c5150af1ff6f2bc5a6ca50581d9 4,667 1.00/1.00 vMB 18
799,843 799,843 00000000000000000002e792beedc931f85924f6bc84b8c618f6b0c18d9edcc2 4,555 1.00/1.00 vMB 11
799,842 799,842 00000000000000000002ffc71c421a07cdc25a1a7a062e3f98d8fd67e495fcd1 2,391 1.00/1.00 vMB 37
799,841 799,841 00000000000000000002afc6e21eb9acc1870436bc9a1c9c82f8592e1ced9db4 3,015 1.00/1.00 vMB 27
799,840 799,840 0000000000000000000066c403d825c147faba3f6f73e919db01b2f4c99fdc0d 1,955 1.00/1.00 vMB 16
799,839 799,839 000000000000000000012cd38599c752dce5ef31157186d5c43b9f6b418fe454 2,540 1.00/1.00 vMB 21
799,838 799,838 00000000000000000005177e99e2409a8bef16a62425536a1b745cc360576403 2,817 1.00/1.00 vMB 18
799,837 799,837 00000000000000000004be9cfd697c33e8a0450de396d58565ab79b1239bb3eb 2,173 1.00/1.00 vMB 24
799,836 799,836 000000000000000000050242c9cf4a6f228c0c80e9f0d6bd537c68585f6b567e 1,911 1.00/1.00 vMB 23
799,835 799,835 000000000000000000046cbdc36d92dea0d925ae384e469a24c50652283958d1 1,307 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.17 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.