Loading Tool

Explorer IconExplorer

Memory Pool

78,745 transactions
29.17 vMB
0.11918547 BTC
Random Selection Loading Transactions
Max Size: 175.96/200 MB

Candidate Block

Mining Attempt 1cf381d909d901031505d45988276c6dad90efdcad893fb4026ccec1261e9bf4
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 0a1271571d22308b3bbb8fc72cd3715d0c038e8fc4347d17220a7cdcb3d84ebe
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,124
Size: 1.00 vMB
Total Fees: 0.04318807 BTC
Feerates: 150.80 > 4.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (347,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
567,279 567,279 00000000000000000013a90ca3ee7efbb169ef910c3bd3ee99952226e4381a13 1,746 0.71/1.00 vMB 25
567,278 567,278 00000000000000000020649c68528bc3933a89c6168821e5f46b2a47cf1b2923 928 0.32/1.00 vMB 33
567,277 567,277 00000000000000000009ceac6476224bffee56f9caa9f3a90eee0410a8349b3e 196 0.06/1.00 vMB 25
567,276 567,276 0000000000000000001d75424555b6ec548cd34f7a18ff0db6ccf8f6c22c786b 1,382 0.47/1.00 vMB 26
567,275 567,275 00000000000000000029cd692655cf22974e341a6f57a5347d4d4319da5db2e6 1,563 0.74/1.00 vMB 25
567,274 567,274 00000000000000000028249f40d4b537b7e958526981802329edb8c7d35d8cf0 1,124 0.38/1.00 vMB 24
567,273 567,273 000000000000000000048d6f194df04c51907dbe6b8e029535092754a27beb39 67 0.02/1.00 vMB 25
567,272 567,272 00000000000000000000db6a578b4ce10da04de01f9313465df0f78f5cfea0cb 850 0.36/1.00 vMB 16
567,271 567,271 0000000000000000002aa187398bb913b48f563860bdbe98a5ef45aea5f3fc0e 2,654 1.00/1.00 vMB 12
567,270 567,270 0000000000000000000a065d4b190a0c63c8e36aff77a15c791036a3264d1ad4 3,207 1.00/1.00 vMB 41
567,269 567,269 0000000000000000000409b274d28ab548d1560783d64daf2fa12ad227e9c232 2,696 1.00/1.00 vMB 24
567,268 567,268 00000000000000000028ad48aab29e5924723377e0300b7a760ef496c4651330 3,251 1.00/1.00 vMB 38
567,267 567,267 000000000000000000231cdea7e91d7e22b9e916681556d54f38052d49778dfa 2,155 0.83/1.00 vMB 3
567,266 567,266 00000000000000000002473ddc04b8c72da323b1b85346e554c75288c72ee75c 2,729 1.00/1.00 vMB 22
567,265 567,265 00000000000000000014df94e7b0557a676dceccc79632ec7cb0705c71bdf435 3,464 1.00/1.00 vMB 40
567,264 567,264 000000000000000000080a402dd9578b4a51f33dbdaf4d4006ab1044bb5e9788 2,182 1.00/1.00 vMB 36
567,263 567,263 00000000000000000007e5f27eceeea75ac3ee5bc8e681374e8f06472c4e9c61 3,339 1.00/1.00 vMB 32
567,262 567,262 0000000000000000001da8b54a299a642ba92d50f0d20078f9781c1accd9be9d 2,011 0.63/1.00 vMB 30
567,261 567,261 00000000000000000028197fec7637dd3ff7a0e2b1efa7917772b8c94a37acb2 814 0.23/1.00 vMB 28
567,260 567,260 0000000000000000000e0f988a8f609ec61aa6d1087ae7720d59c2996deb56a9 630 0.23/1.00 vMB 27
567,259 567,259 000000000000000000233d38c5f9564aa428e689d12f0850d6e9666d6d7ae081 1,244 0.38/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.