Loading Tool

Explorer IconExplorer

Memory Pool

80,705 transactions
29.76 vMB
0.09350246 BTC
Random Selection Loading Transactions
Max Size: 180.61/200 MB

Candidate Block

Mining Attempt 2ee876f662c91a4b1d326f45fde9b38a9f9e41863d75f7371ed0c7a1e3120720
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root ead4afa36ab7cc6dc470df5383d912c96b24cf2b87966cc46c7dfb07f8a26f72
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,979
Size: 1.00 vMB
Total Fees: 0.02661363 BTC
Feerates: 90.00 > 2.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (213,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
701,487 701,487 00000000000000000006bd460c5d89f8f874180846621e9d80b874cf8dd00dcf 2,332 1.00/1.00 vMB 14
701,486 701,486 0000000000000000000d957484f5c869d63be7eb0e71580d6bd71864b89b6923 3,124 1.00/1.00 vMB 12
701,485 701,485 00000000000000000007795a9fc426f68c7e612f2d1f67c97cd065435bf203fa 2,071 1.00/1.00 vMB 9
701,484 701,484 00000000000000000001d704a4c51617bc5bfffd8dc59c21f8c0738a1cc75ce4 2,362 1.00/1.00 vMB 7
701,483 701,483 00000000000000000008af36c1552a20fc158b9c6a9646504f1efcb522cd00ef 3,403 1.00/1.00 vMB 9
701,482 701,482 0000000000000000000df69e7e5addfacb3cc17e5c77dd5d6d963c255785c71b 2,574 1.00/1.00 vMB 27
701,481 701,481 00000000000000000004b5b222f33bb18be2e36a0c09dd87eef6a5f80e61d18a 1,584 0.47/1.00 vMB 12
701,480 701,480 000000000000000000074766bfb1f5bc003aacce65e466047f0ff644ea4d35cb 1,303 0.47/1.00 vMB 12
701,479 701,479 0000000000000000000237c59a9314a41d1e27b862291f3e822ae46d8a654f4d 1,238 0.44/1.00 vMB 9
701,478 701,478 00000000000000000005c1fe4738d927855115c1b7997df70d944d5ad52e9629 604 0.34/1.00 vMB 8
701,477 701,477 00000000000000000009f5422a3594edee599217e9d1937ad092ab932b388d8f 1,002 0.29/1.00 vMB 12
701,476 701,476 0000000000000000000ad0b06b5a7894305dbc59ca909de1d2619addd009e823 804 0.81/1.00 vMB 3
701,475 701,475 0000000000000000000558ac4519eea6fc7e167c2df4d609183a861981e01fba 2,893 1.00/1.00 vMB 12
701,474 701,474 0000000000000000000607e83a90c1ab43a53666de568805b12dce49856330c2 575 1.00/1.00 vMB 2
701,473 701,473 0000000000000000000e296fbcdbe4b3ccb4f02ea2130e79288792d295089410 1,619 1.00/1.00 vMB 7
701,472 701,472 0000000000000000000b70579255845c3d4b66d2d7e77d953ad3ce47147dbee0 2,727 1.00/1.00 vMB 12
701,471 701,471 0000000000000000000a9644d8fe3cba079fe2f5ee78d20e67eb05f347ecd1c9 1,064 1.00/1.00 vMB 2
701,470 701,470 000000000000000000045d038055f841697accb5274c3335e77b25413caac93d 2,612 1.00/1.00 vMB 8
701,469 701,469 00000000000000000007d8b5048022327f0157af60fea4ee3fac0d5f28f65623 2,159 1.00/1.00 vMB 11
701,468 701,468 00000000000000000008119bb9d5d14a0eaa9735989706079a6cff0f90d404b6 1,544 1.00/1.00 vMB 6
701,467 701,467 00000000000000000008e7fbf0880015b389d2a0e6b206b8790311e2abbc992e 3,096 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.63 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: 672.33 GB
    • Received: 16.20 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.