Loading Tool

Explorer IconExplorer

Memory Pool

75,869 transactions
28.04 vMB
0.08789458 BTC
Random Selection Loading Transactions
Max Size: 170.58/200 MB

Candidate Block

Mining Attempt 7218a05b6fff3c35bdf5f1d83c5d2b5cb2b69fbce11b3969b70a2c87e02bd32a
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 58a46a703423837f8efa3de0c60d9a2d514c60c1650c61cdf7458e1be45dbaba
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,768
Size: 1.00 vMB
Total Fees: 0.02759146 BTC
Feerates: 118.43 > 2.76 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (166,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
748,492 748,492 00000000000000000007e5b3fb8387ca6dca162d835e6d3c5a265f106e0c2c0b 908 0.55/1.00 vMB 8
748,491 748,491 00000000000000000005e866ef08403c1e5cdd5a4b235592bf9e209d40aad37d 324 0.18/1.00 vMB 9
748,490 748,490 00000000000000000008904c5e94ec0cd8d71c8f543ab79f5459fe8cf6ccc736 42 0.01/1.00 vMB 12
748,489 748,489 000000000000000000099652829264275de561a0d3e3b2bbedee7a866ec94e7b 182 0.12/1.00 vMB 8
748,488 748,488 00000000000000000009711a6a6125d7c24e70690332189ad6181aa6a2538a6d 511 0.31/1.00 vMB 7
748,487 748,487 00000000000000000008f55f4656cebaecef77bd676774197b1494e6888b0db2 1,290 0.63/1.00 vMB 15
748,486 748,486 0000000000000000000404bb98be2d9e07ffbee8f14f338448bfdba2954e23db 50 0.02/1.00 vMB 7
748,485 748,485 0000000000000000000499d12bd2bdf664de7bf9f8a1613496fc75160ec59fb8 201 0.06/1.00 vMB 12
748,484 748,484 00000000000000000001d4f55fd8750eb6b6a84b386f9d33517368ca1dca1ba3 1,287 0.53/1.00 vMB 10
748,483 748,483 000000000000000000066092d795d2b80f93254a9c173003845969ee798fb026 357 0.23/1.00 vMB 7
748,482 748,482 00000000000000000003ff7abba5d3b30e15db0d7f3e03f170f9ba41af6affca 427 0.19/1.00 vMB 10
748,481 748,481 000000000000000000088aa508f11850357873ca8f8c79ae1f5037efb992616e 13 0.01/1.00 vMB 2
748,480 748,480 0000000000000000000804143376bba4d0c0f6fd4b4c58084ef70e105505c462 881 0.54/1.00 vMB 6
748,479 748,479 00000000000000000003f5800c2b710ed21bbbbbde76cf96a3e6de1a99cf5805 229 0.21/1.00 vMB 4
748,478 748,478 00000000000000000003de8e7f40402f5ab0ec167b0184b8a14ff686ae0d6f2b 1,169 0.94/1.00 vMB 4
748,477 748,477 0000000000000000000817a47e32b05d8fb1fae346ed741d2f5b5bc46148ce90 1,349 1.00/1.00 vMB 16
748,476 748,476 000000000000000000010a30ca0c159a730d5e0ec61436fbb6fab334820b6d9c 1,484 0.67/1.00 vMB 10
748,475 748,475 00000000000000000002e6465d41e83415a2179e6c8f6fa6f04b19c5e6d275da 360 0.11/1.00 vMB 10
748,474 748,474 00000000000000000008248cd6f681f3947e3d2562d3adf86388875d66252ce9 720 0.44/1.00 vMB 4
748,473 748,473 00000000000000000002d1c319fad2dd593ab0ef548b3c42c2722c8d84d0b877 2,744 1.00/1.00 vMB 13
748,472 748,472 00000000000000000003dcba7e419e493b1884a6a89b2a914e6800b582c9d708 1,203 0.57/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.89 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: 713.38 GB
    • Received: 17.36 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.