Loading Tool

Explorer IconExplorer

Memory Pool

73,907 transactions
27.33 vMB
0.06640000 BTC
Random Selection Loading Transactions
Max Size: 166.85/200 MB

Candidate Block

Mining Attempt 02a687f9916ac4433266062ff25a232d643e37898fca87668fcb102367a85b4b
Version 20000000
Previous Block 000000000000000000010950b61da0baa042148f703ef2aa9b4a35e9f3df6819
Merkle Root d05ff069c978d6044dd55e8c5d9d1d9951ba67ff248dbaedcb4f56ba12cf83d4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,447
Size: 1.00 vMB
Total Fees: 0.00811130 BTC
Feerates: 150.42 > 0.81 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,264 (805,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
109,855 109,855 0000000000011d87906fa96e7821b9cf63f86c35234d3efe1316108807927e0f 3 0.00/1.00 vMB 0
109,854 109,854 00000000000138a0066bf2b405776655468523da25fb8c02452292a2ca420660 12 0.00/1.00 vMB 0
109,853 109,853 0000000000015dc8f2126fce0ca6eadd6dfbb5691a0e21b24859a558e2829cb8 12 0.00/1.00 vMB 0
109,852 109,852 0000000000000b880c6f98b5d997a52ebeee36d128b0c72b2ec3839f7b821a3c 13 0.00/1.00 vMB 0
109,851 109,851 0000000000018c85490874fc6bed1ace4c2f097308fad56b8ff8f00e4b94a25e 10 0.00/1.00 vMB 343
109,850 109,850 00000000000055458b34706d817abf6e0a209c9e380e739f1d42f452b251f8e6 8 0.00/1.00 vMB 0
109,849 109,849 0000000000008e6982f7bc7c1072377dd653180abd18164f3381d4d5129a2333 12 0.00/1.00 vMB 0
109,848 109,848 0000000000001b892cf5b51aa9909a8f3262ca48a0a03c37481dd8f968663291 10 0.00/1.00 vMB 267
109,847 109,847 0000000000016552bd5f04c5a5aec284abf769af4c1bd29d6284fd3b916ed333 11 0.00/1.00 vMB 0
109,846 109,846 000000000001395412126febfb0984f7b8e82114d3ed7c4e3eb19a9dc0e33e2e 11 0.00/1.00 vMB 0
109,845 109,845 000000000000196d3e92e9e8abda35ea4410c268c65c6a47c2af314d44a25055 3 0.00/1.00 vMB 0
109,844 109,844 000000000000f2299ee37aacdb483c50f2eb9d1d98b972a0d02761f914fd843d 9 0.00/1.00 vMB 0
109,843 109,843 0000000000013488cc91b53f3d3f9d64b02bbc2d02f9e09d5d28a1f418d14f4a 6 0.02/1.00 vMB 966
109,842 109,842 0000000000014a9c9d5fb3598e4aaa4ff76061757a6bb557eedef615b7960d73 169 0.05/1.00 vMB 0
109,841 109,841 00000000000073ea98a7fadb2eca2c4c9ddece3357a2d94b3045eac10478843f 13 0.00/1.00 vMB 0
109,840 109,840 000000000000e22606c6beaf7c4f69d61c804995a311f1f4872b1e39692f9d16 11 0.00/1.00 vMB 0
109,839 109,839 000000000001323454701899609f5ad4a72436edcfeb7b11cbc261febba1d14e 11 0.00/1.00 vMB 0
109,838 109,838 000000000000c0a5ef2aca6850afd22862c8d57dd11deb14b162e75b4f71d199 13 0.00/1.00 vMB 0
109,837 109,837 000000000000ee9ab4081d739cea9062fdb4995fab4f49fb55bbedef3fea2801 13 0.00/1.00 vMB 0
109,836 109,836 000000000000973dfc39f1ce1eb9ffc48239b328cd00427ee5d21a4fc197af4f 12 0.00/1.00 vMB 0
109,835 109,835 00000000000100a42df0ec3e6bdd56955c8526bcdcba95c70689b79d5e235c29 13 0.00/1.00 vMB 333
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.59 GB
    • Received: 17.19 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.