Loading Tool

Explorer IconExplorer

Memory Pool

80,005 transactions
29.20 vMB
0.06834835 BTC
Random Selection Loading Transactions
Max Size: 177.92/200 MB

Candidate Block

Mining Attempt 7bc35da9e77bb360826e1c6b5f393802b668645b18aed8b4efb1642f53c19c96
Version 20000000
Previous Block 000000000000000000019fafbf0b2368823dd13b794ccbffc51e420bcc8a07ae
Merkle Root f9be340b7d7e8952a5d3536507ee436f887e81c0aba32321b277b9ccd14da608
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,891
Size: 1.00 vMB
Total Fees: 0.00720985 BTC
Feerates: 201.05 > 0.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,084 (511,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
403,708 403,708 0000000000000000061aa07391035527719efd1a6cc37bbf992bad43681f997a 288 0.13/1.00 vMB 39
403,707 403,707 00000000000000000505e486994c9ac19c4b59281505c0d7ba81d18ceb13b05b 1,217 0.57/1.00 vMB 42
403,706 403,706 000000000000000000e179ca633f51d1b75d942d07fb39a57787d053a8d5a5c3 807 0.38/1.00 vMB 39
403,705 403,705 000000000000000004962ad727a84089ef66212e6ca74d5dc862e7938b9406e8 1,575 0.83/1.00 vMB 34
403,704 403,704 000000000000000000c0165123729923bb2140f3563c0380e7e71da93ad33afa 1,356 0.96/1.00 vMB 23
403,703 403,703 0000000000000000032b31d5cfcb408f5409e8a17ec05bb5486389066becb247 2,218 1.00/1.00 vMB 31
403,702 403,702 000000000000000005b07b3e02255fde396c26290b4d12864c8317fc19964003 3,329 0.99/1.00 vMB 86
403,701 403,701 000000000000000005e45e2c4799d3097352b5b68ef0051b0da8d8f633955296 779 0.39/1.00 vMB 41
403,700 403,700 000000000000000005dfca48a26c8ddcb5606c9f21d741f3abb6310df5db975f 700 0.38/1.00 vMB 33
403,699 403,699 0000000000000000061146730d111b75c038f1e4c431ae002c17cf3bf0a676b9 2,383 0.93/1.00 vMB 47
403,698 403,698 0000000000000000017d381d45e2c87da39efa7558ed7ca449ca827d933c3a1e 294 0.16/1.00 vMB 37
403,697 403,697 0000000000000000008ab9e6ba6b16ba447809bc8df80ee804bbf2f41baa6b17 2,029 0.87/1.00 vMB 43
403,696 403,696 0000000000000000064a73d8740bca2157802e03b5039a58b161ea488e8d1dd3 1,140 1.00/1.00 vMB 17
403,695 403,695 000000000000000005a3f1b6b275b3136fcf8dc564c587e3dab66595a779b35a 1,012 0.56/1.00 vMB 32
403,694 403,694 000000000000000002986fa19c982da4c02fdf3d22be9e9acdd9d2f61b35f606 1,573 0.75/1.00 vMB 43
403,693 403,693 00000000000000000283b6c57bcd6c43a756e7c7b58a739770ffbb0d1f56dc86 458 0.33/1.00 vMB 24
403,692 403,692 000000000000000002b56b71a468d39925ae5d568d678fc0f6464f133b1f2653 552 0.22/1.00 vMB 43
403,691 403,691 000000000000000000e0d2415723f8b231433abf885563ba59538f8cb422bf91 1 0.00/1.00 vMB 0
403,690 403,690 000000000000000000f3c793c9ab5163a68f242d7d8f435cf5f4257bcc81c3db 1,233 0.57/1.00 vMB 34
403,689 403,689 000000000000000001a208acb6b31cf35b1e313371e0c7a00f1f787dfbec4f61 1,138 1.00/1.00 vMB 23
403,688 403,688 000000000000000004e625b154c5805db8659083e932181e31431dc1beb0cea7 2,565 0.93/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.54 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: 669.03 GB
    • Received: 15.72 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.