Loading Tool

Explorer IconExplorer

Memory Pool

79,103 transactions
28.30 vMB
0.06671104 BTC
Random Selection Loading Transactions
Max Size: 174.38/200 MB

Candidate Block

Mining Attempt 055fc0c8644de8468a9f7021de6c65c42cb33757459b32a7b4db5cc891259dc0
Version 20000000
Previous Block 00000000000000000001b259ee24745935bd287f5b90f67a2bf9d14eecaae9fb
Merkle Root bfec75bf2b920bec65bc55c526ffaa55cda4a0308524f28a735dd480fb3e2319
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,922
Size: 1.00 vMB
Total Fees: 0.00512878 BTC
Feerates: 150.61 > 0.51 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,622 (789,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,006 126,006 0000000000003b839de1ea41fdd0e93b5f555167bd7586b55f9905ccb4c84ce1 52 0.01/1.00 vMB 3,097
126,005 126,005 00000000000040d926e0073543dddab7deef0ff63dbaf8076225c70372bc9440 50 0.02/1.00 vMB 99
126,004 126,004 0000000000001a132111b6b516c790a124052a056f0f60eeb710397a2a569461 1 0.00/1.00 vMB 0
126,003 126,003 00000000000042ac033ac4b56e7783d28aa04c14fef6c09a1ea4a3fc5eb823f3 21 0.01/1.00 vMB 961
126,002 126,002 00000000000013697134582ff34f9205bd311dd0c7a92be92e1fa74e79da7e5e 8 0.00/1.00 vMB 951
126,001 126,001 0000000000000205c2c2b5aa7dbe0bccd98bffd4af38f9c38c0ba9aa8df704eb 2 0.00/1.00 vMB 4,464
126,000 126,000 000000000000166b7d480aada35af1e6f9a2835d68f9c2fbd272073dc6c9d5fb 2 0.00/1.00 vMB 0
125,999 125,999 0000000000003b9afcbf5dba131f1fe0dc7163c82ddd7d064cde82652de3c9cd 5 0.00/1.00 vMB 1,920
125,998 125,998 0000000000002c98b1f44594392ec349ece121b0860cbc6356859c54577bf3f5 4 0.00/1.00 vMB 1,295
125,997 125,997 0000000000002c2db5faa31122746d0638e9d226f3b20a076fbb07124e1d50b9 26 0.01/1.00 vMB 178
125,996 125,996 0000000000003507ef0412c6acdb8c5508cfff4c63e6cf93e4aa7be6af72d35c 26 0.01/1.00 vMB 1,010
125,995 125,995 0000000000002fb2425b62ebaf840c93564acb845614961e0652561a935779fc 21 0.01/1.00 vMB 479
125,994 125,994 00000000000026bba0e3632b8fa901954bfc922912d488c96acfa4573736182a 1 0.00/1.00 vMB 0
125,993 125,993 00000000000006ba63a3c13c3652acf4e93d5bd6c5b1fdfd48deeb64d8c80a92 2 0.00/1.00 vMB 3,861
125,992 125,992 00000000000020d7824ae42e0759e24564b53c2b40abfe1974f417e86129b387 22 0.01/1.00 vMB 74
125,991 125,991 0000000000002d4323e33a9e8298421051b69eec48cc24c1916cbe2e8d808a27 6 0.00/1.00 vMB 0
125,990 125,990 0000000000001ecf09ed1de6a555ce29a79a9288099367d880c983a0bc20e5f8 9 0.00/1.00 vMB 849
125,989 125,989 0000000000002ec3c67cc4bdd0a44995e3e0f000745e5eee1a69d93ced6fbf4e 12 0.00/1.00 vMB 1,563
125,988 125,988 000000000000368fa86e220121edf87967baa13c1a614597424cdd72ea2061ab 41 0.02/1.00 vMB 116
125,987 125,987 00000000000006ee5edba2c7f130dc2450ddeb3e152e0173463538db304503e7 12 0.00/1.00 vMB 958
125,986 125,986 0000000000002b24bce593b875b3118e11249a62a1ce32be951c400a9ea5206e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.47 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: 772.03 GB
    • Received: 20.10 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.