Loading Tool

Explorer IconExplorer

Memory Pool

41,620 transactions
26.44 vMB
0.07821466 BTC
Random Selection Loading Transactions
Max Size: 137.78/200 MB

Candidate Block

Mining Attempt 6fcc3c1112f941fc3fda2b04f94443fab11935af6ef8816ff2939a565d4468f7
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root 2619132fd66677feeea74f41259c76e5b59e2587600ce44d4b22a470a867d5f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,465
Size: 1.00 vMB
Total Fees: 0.02954310 BTC
Feerates: 150.98 > 2.96 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (283,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,745 631,745 00000000000000000009422d96c8532af35f40e9f012c0e5bd0565f77125b40e 2,907 1.00/1.00 vMB 102
631,744 631,744 000000000000000000072a7371d8368da6c924fbae12e285a6b019f409d2f296 734 1.00/1.00 vMB 14
631,743 631,743 0000000000000000000d51c9e3b987dfd5d3c2709fb092f1e4e285402df5c0fa 1,952 1.00/1.00 vMB 37
631,742 631,742 0000000000000000000fdb6aff1b09add2207d4057a00d5310a860810d1019d7 2,012 1.00/1.00 vMB 80
631,741 631,741 0000000000000000000b7f06662387c08cf38e3fd4673f7e235ebc05e59feb2f 709 1.00/1.00 vMB 15
631,740 631,740 0000000000000000000fd4f300519401362d89ff94d976f25c5a87b6784918a4 2,854 1.00/1.00 vMB 76
631,739 631,739 0000000000000000000d98f44abd00e677fe2e9141fd33617d03871da2bd2e1f 2,214 1.00/1.00 vMB 37
631,738 631,738 00000000000000000011997c41c78d7971a1be6eeb415fdfdd3394dc2dcb4e8c 2,364 1.00/1.00 vMB 94
631,737 631,737 00000000000000000005bc95eee04d0c83ad0d09323bd14cf6338c35018276de 664 1.00/1.00 vMB 16
631,736 631,736 0000000000000000000efb0f49863d1e87adf9c0a67f0c06e6d27bd3103db36d 585 1.00/1.00 vMB 11
631,735 631,735 00000000000000000004f4a6116f892e75895b9c7283694d82748174cc5952e3 2,662 1.00/1.00 vMB 23
631,734 631,734 000000000000000000000a1811a77383d90d1cc1eda3394c8efdbd1e98826ba4 3,021 1.00/1.00 vMB 123
631,733 631,733 0000000000000000000d68ce66ffadac9476da45d482f595e9b4206ef5e048e7 410 1.00/1.00 vMB 16
631,732 631,732 0000000000000000000df11597c137d44b3f639032f3511cccd1149d95dba597 439 1.00/1.00 vMB 13
631,731 631,731 0000000000000000000bf4a3cabd272923e7fa01f43ec74f03f07ac8d9c05bea 1,065 1.00/1.00 vMB 35
631,730 631,730 00000000000000000007d5c834c40fb08ad353729c89458f7b77e4367e5b4a9a 683 1.00/1.00 vMB 19
631,729 631,729 00000000000000000005cb42d6b3b733739546679722c96428aa4d6b90665133 1,578 1.00/1.00 vMB 34
631,728 631,728 0000000000000000000127a2db03e9acafae2bbce3ab66e899bdc3649ba51a4c 2,339 1.00/1.00 vMB 53
631,727 631,727 00000000000000000003e39be08213d1df731c85db968bd5bd6f74eb0505a36f 2,602 1.00/1.00 vMB 32
631,726 631,726 0000000000000000000bca14672fb4c02ab44dc34d4364cc5c8b1b720e3fe765 2,337 1.00/1.00 vMB 64
631,725 631,725 0000000000000000000954b97f42e5c77e51834b9e369baf5540a09f9e357789 2,842 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.16 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: 653.44 GB
    • Received: 13.88 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.