Loading Tool

Explorer IconExplorer

Memory Pool

81,853 transactions
30.97 vMB
0.11642106 BTC
Random Selection Loading Transactions
Max Size: 188.04/200 MB

Candidate Block

Mining Attempt 887a8d4ddb23a20d743332265ddaa3e93978a2d85998c4f4c48896ed4cbaa795
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 3c44ec3b19af853821050bd7a83adf422711cd0963fbe593dacda5272e9d32b3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,101
Size: 1.00 vMB
Total Fees: 0.03936835 BTC
Feerates: 318.30 > 3.94 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (861,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
53,792 53,792 00000000103a9a6dd27a920844a472c96b2f3c1b69f32585eabe84975dd41c7f 1 0.00/1.00 vMB 0
53,791 53,791 00000000017ebd410d32fdd9b5978de4d1b3858a9d1baae34fa3fb38d4ab678c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.08 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: 721.90 GB
    • Received: 18.39 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.