Loading Tool

Explorer IconExplorer

Memory Pool

50,416 transactions
30.25 vMB
0.14128394 BTC
Random Selection Loading Transactions
Max Size: 161.43/200 MB

Candidate Block

Mining Attempt d268de2afe0a1c10061c35fbe5dcae151792cef011e0692c909fe4d36c08c3c7
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root d8e8e1850b254a7526934a89426296dcd03eb9a48cc6d9fa5c0be0d79405220c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,271
Size: 1.00 vMB
Total Fees: 0.07128812 BTC
Feerates: 529.61 > 7.14 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (858,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
55,849 55,849 000000000c025972902c6a7d60617481c240cb3b60e9d076f3443260824d64d8 1 0.00/1.00 vMB 0
55,848 55,848 00000000073ca12868a3b37e29e13f4dbfce18134f60d17778da9d9df70f10e9 1 0.00/1.00 vMB 0
55,847 55,847 000000001239c047d75351e356431410c01d32b42059201cb0d6f0589c8c228d 2 0.00/1.00 vMB 0
55,846 55,846 000000000bef9bcdf5b262b168c4034d7f6b84a5ce40bf11729f7fbe65f7538f 1 0.00/1.00 vMB 0
55,845 55,845 0000000009b0e7dbea10632cebe309dc29a902e36d79f22cb817eb36e5bb9526 1 0.00/1.00 vMB 0
55,844 55,844 0000000012446af5012affb7b4de275503ca1f7e7107ed9a4d5eaf322ae045a9 1 0.00/1.00 vMB 0
55,843 55,843 000000000914f39410386bbcb54c1fb142710bc431c38d0a1a8a3a10780f09fe 2 0.00/1.00 vMB 0
55,842 55,842 0000000000b5db1ba9bd769c7afcd63e0d84b807a10cb169a0abed49bb616a3b 1 0.00/1.00 vMB 0
55,841 55,841 000000000d92a5412977bcea50406ced95a96d28d7e666427362f0ca17ec4b88 1 0.00/1.00 vMB 0
55,840 55,840 000000000fefa596b31d85507740237a1039f10dba4bf43e5035d92654cbd9d2 1 0.00/1.00 vMB 0
55,839 55,839 0000000012ed51604657d913a81083f723894f90fcb5ac06d157b08632c1ec7f 1 0.00/1.00 vMB 0
55,838 55,838 0000000004c8421dac8a7fe371d4c9a0c1227c9d1c078e48ac1955357cef2f65 2 0.00/1.00 vMB 0
55,837 55,837 000000000ced90712652339329728caf29f7f997d8347cce054c1d8160789030 2 0.00/1.00 vMB 0
55,836 55,836 000000000d02fcb902b7b6f9a61ff0f4c1006ba9d05456bfed0c8d168f1761e5 1 0.00/1.00 vMB 0
55,835 55,835 000000000fc56826b795fde36337325576e9935225d74f74b7a2bc63d6c7014c 1 0.00/1.00 vMB 0
55,834 55,834 000000000cd8a347cee327d61916998e78f39f403882636ba75ccccda3c2390a 1 0.00/1.00 vMB 0
55,833 55,833 0000000008955887aff98ffde24d50c5e4fd855bbfdb67be688f07bb161bc48b 1 0.00/1.00 vMB 0
55,832 55,832 000000000c29b68c2a74eef882e9f9bc6b055269382908badd07d615e869f6e4 1 0.00/1.00 vMB 0
55,831 55,831 000000000a5999ca291ef0c5cf642150eaaa25d2b85ea0f387d795b8891d6e26 1 0.00/1.00 vMB 0
55,830 55,830 00000000049abfc2b201b4f20b341faf46695c3cd6048f5139e8850121780b91 1 0.00/1.00 vMB 0
55,829 55,829 00000000027baa9c4a458bb437e9c0a89082bd40411c7741105373334414b2ea 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.12 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: 652.09 GB
    • Received: 13.71 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.