Loading Tool

Explorer IconExplorer

Memory Pool

81,597 transactions
31.68 vMB
0.10559165 BTC
Random Selection Loading Transactions
Max Size: 189.08/200 MB

Candidate Block

Mining Attempt 4dcc022613c7bb9400dd32c9c67489e01362f2e39b539b1da8d6c7dbb0798bb1
Version 20000000
Previous Block 00000000000000000001cf5b7d2a37dd298e1ce67799bbd6505a6dc760cb69ff
Merkle Root c1a2f78dc56df41316204da1312e1e03e5c3b5e06c19a5b945dd5206392002ce
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,222
Size: 1.00 vMB
Total Fees: 0.02318602 BTC
Feerates: 711.74 > 2.32 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,377 (861,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
53,813 53,813 00000000021c6132a224657966b3edae46d0782de65c14472fb415d4dbc01c0d 2 0.00/1.00 vMB 0
53,812 53,812 0000000001da86513e9be68cd16890b1ebf759397b99d4f5c34505d0928bdaf0 2 0.00/1.00 vMB 0
53,811 53,811 000000000686d13a1a8f536a395dd90ff25f78d1f1aa4353697203cf16a156d7 1 0.00/1.00 vMB 0
53,810 53,810 00000000054398621e10b4321b29d0b8dcbd285b46977777697dd05e102f3655 1 0.00/1.00 vMB 0
53,809 53,809 000000000efede9da5d9b6d0097ecdec9c86c6d93e800744524636400b35dc18 1 0.00/1.00 vMB 0
53,808 53,808 0000000015d3c4af25156260a15ca91a18c68cefb7a7bab6d709e9484bff0824 1 0.00/1.00 vMB 0
53,807 53,807 000000000f3ff443f71e77c407a668dd4637cb4338a94b43800f8fa2b7b38542 1 0.00/1.00 vMB 0
53,806 53,806 00000000030c5cf96c1bc963c6bd812ffe10ef2edbca7993c4a5fd96ce3f2f12 1 0.00/1.00 vMB 0
53,805 53,805 0000000007b97f0d1422685cadc7644b61cbc7c09222067fb1bf6586f5167b31 1 0.00/1.00 vMB 0
53,804 53,804 000000000d13269943601de5913bee3be9e09213c5e602b48b858be0c50f457d 1 0.00/1.00 vMB 0
53,803 53,803 0000000005698daae3d3160c03a94b519665958e660e8bfeae12d06d7cfcdacc 2 0.00/1.00 vMB 0
53,802 53,802 0000000013fa7525ecbde03996f46d73a91c0ccc4b06620e6f1a53851cdc39cd 2 0.00/1.00 vMB 0
53,801 53,801 00000000133db0a6c67770fbedc99230df5134a9bac9eb1e59d3ce1391d2e502 1 0.00/1.00 vMB 0
53,800 53,800 00000000154f1fab600fc92f5ffbcd13f97a612cc2057975caa27899e1de20d2 1 0.00/1.00 vMB 0
53,799 53,799 000000000517c7d20538f4446baaa021861ba60297b19d68a5e586e5e08365c4 1 0.00/1.00 vMB 0
53,798 53,798 000000000904b9e8bb0031fd0e692cec6d4662c55e40afa009367cb3e4d06c72 1 0.00/1.00 vMB 0
53,797 53,797 000000000c6e6acf44e5c87a4207601ab10bf2df2796555e068004402ea332bc 1 0.00/1.00 vMB 0
53,796 53,796 000000000712c81f1fa758d7d3ebf9bacb334b67e51ef2afc0f010d8fc9a5aaa 1 0.00/1.00 vMB 0
53,795 53,795 00000000081701a909c568bf94e4ea064f1badf07cd1c250c8a6fae578323691 1 0.00/1.00 vMB 0
53,794 53,794 00000000146458e961f3969c6d1930d52da24357998697aab8755d0abc87edaa 1 0.00/1.00 vMB 0
53,793 53,793 000000000d52b318159ea1a85674fd8085a59546ebae3a6e5699c6ef13b60869 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.05 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: 720.47 GB
    • Received: 18.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.