Loading Tool

Explorer IconExplorer

Memory Pool

84,531 transactions
32.04 vMB
0.11426427 BTC
Random Selection Loading Transactions
Max Size: 194.07/200 MB

Candidate Block

Mining Attempt 5ea047929a7f0a7396029db5ce6b3792196e2c4fb5496788c34ad6b2e0426e9a
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root d108ae43fdc97adce9668ecb808fd0a2c05026dc332850c7f0bc687dfe538fd4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,368
Size: 1.00 vMB
Total Fees: 0.04082037 BTC
Feerates: 100.69 > 4.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (914,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
820 820 00000000887d1fe5c13d7f73e8a449dafd2b2748bb55e4510526c9dbb9eebf09 1 0.00/1.00 vMB 0
819 819 000000000b87c229c784a01753187dfb220686a651cc0074626a68e1cf7f12ec 1 0.00/1.00 vMB 0
818 818 00000000c43eb3505e99a37a7e5c85de0c04a8fdb16462b900f7f3c6b9ed586e 1 0.00/1.00 vMB 0
817 817 000000004a55646233610a6524b766a472a8764e8a8db78e752b9fcefd9cb01c 1 0.00/1.00 vMB 0
816 816 0000000099b87777f68f4308d652508aff9e586f314c69a58f30bb6c22b6b58c 1 0.00/1.00 vMB 0
815 815 000000005310be1d1359d2ee7a7b810dae924ce77f22e5b48a44d248899c5134 1 0.00/1.00 vMB 0
814 814 00000000bb8f0f8f1b6ed581c0d13e52008d0cb527d5ed78264c30827da4c3ba 1 0.00/1.00 vMB 0
813 813 00000000a0963476270e03c002d98cc7be2865a02832451a65304e07712d1c95 1 0.00/1.00 vMB 0
812 812 00000000d139d167e3f6b575cf2578469e86db13d7cb1035eeabe64e751bb5cc 1 0.00/1.00 vMB 0
811 811 0000000036a113fad8c0d74c5fe30f09fcef40dd2bd94a2b36f93298eebf8606 1 0.00/1.00 vMB 0
810 810 00000000a120b4f04e84e2d2adbb5384a08c490c24b0a134739da6aa2a287b60 1 0.00/1.00 vMB 0
809 809 00000000610283d515367cc9de93f7115af17be043833f0a52e41d2827597e9e 1 0.00/1.00 vMB 0
808 808 000000002414cdffabf5c98a9efc4108833154356594f9121835c702ddc337d2 1 0.00/1.00 vMB 0
807 807 00000000793b1b2b35c9d7565ea731452e87a835b79de58f65875879c6c195d8 1 0.00/1.00 vMB 0
806 806 000000009c76994726d17e4caa1676a390e6b2eafbe3faf175f4fbcaee0bf289 1 0.00/1.00 vMB 0
805 805 000000003f6405145c3d3e36acfeb3aefb090ee17e4e97554882f7dfc2ec4c34 1 0.00/1.00 vMB 0
804 804 00000000d39e254b36f2332bf52c65b6ad300b8cfde371c7126cc04ef8a27f8e 1 0.00/1.00 vMB 0
803 803 00000000653d00d4e326b0a1776b62ce317af501bc736c883ac9777ee3c04eae 1 0.00/1.00 vMB 0
802 802 000000001e8f64f7d397e1576d272c071abf6b66babe6d6a657d2b1dfa20606e 1 0.00/1.00 vMB 0
801 801 000000000057d77971fb0bf24812e155f9eb7c4eea682b62defd627b7d42c2eb 1 0.00/1.00 vMB 0
800 800 00000000def8545899ea7274e5c59bda5982f8f960052774df45b7d5c64f9c5d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.72 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: 703.61 GB
    • Received: 16.64 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.