Loading Tool

Explorer IconExplorer

Memory Pool

40,909 transactions
26.21 vMB
0.07207814 BTC
Random Selection Loading Transactions
Max Size: 136.39/200 MB

Candidate Block

Mining Attempt dbaea2637aa0308f056299eaf8789b322c03af261864f8f323df33a2e26869ee
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root e9087a4b8a128834144535064280c9f7441cf4c35f19258a00a9b12853b1bd60
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,998
Size: 1.00 vMB
Total Fees: 0.02421815 BTC
Feerates: 150.98 > 2.43 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (294,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
619,915 619,915 0000000000000000000d5cebb1538420b600ce048589e26d4ac0a11a09295289 1,086 1.00/1.00 vMB 3
619,914 619,914 00000000000000000001f782584cec9ce11cb8e8707320e2753518db9dcd4735 2,961 1.00/1.00 vMB 19
619,913 619,913 000000000000000000115ed31febfac5c92177a307d4f5a0c27c866788a8c3c1 2,761 1.00/1.00 vMB 15
619,912 619,912 0000000000000000000bffbb8182881cc4d0c009e3146ec8a0b7ea86d3ea1121 2,491 1.00/1.00 vMB 21
619,911 619,911 0000000000000000000594c2066c605f4e246c61a6199862e641ee9ac96e3cf0 1,894 1.00/1.00 vMB 10
619,910 619,910 00000000000000000008e3244eb02c05db8002cebeddc85aea3b0186c0969738 1,068 1.00/1.00 vMB 6
619,909 619,909 00000000000000000003db3292753d0fc3a43876a78fe723be1a92a772fe780a 3,125 1.00/1.00 vMB 16
619,908 619,908 00000000000000000010fd5c1d6ef334b8fcad23b4e96aeea9fb2d1272986220 2,731 1.00/1.00 vMB 20
619,907 619,907 00000000000000000006e4b3d2b7be4c8871ea45ee1a8495588922c6c794d640 2,073 1.00/1.00 vMB 16
619,906 619,906 00000000000000000005d8d69f6482accf2163462e7407b849eba823084b01aa 2,360 1.00/1.00 vMB 9
619,905 619,905 000000000000000000095a0331f8e1abf00df7f94df733ca23bacd9280bdc6c1 2,287 1.00/1.00 vMB 4
619,904 619,904 00000000000000000004010e66f8958fb1a4d1f2099dff805e3ce518b4f152e0 3,329 1.00/1.00 vMB 17
619,903 619,903 00000000000000000002e92120bcefc80430511dc74be50555bdcab6e8f8322e 3,369 1.00/1.00 vMB 29
619,902 619,902 0000000000000000000d6e88c7038944c059abf1aea74639f00b864ca89caa17 3,318 1.00/1.00 vMB 14
619,901 619,901 00000000000000000010d85a2d424d94319db10cf72a0d262693083176d1b963 2,373 1.00/1.00 vMB 15
619,900 619,900 0000000000000000000bc9dcc01e8bfc6b82e520c44c3b84b72d4383d4433060 1,787 1.00/1.00 vMB 10
619,899 619,899 0000000000000000000dd631dac3e2d00084d88351c7179ede8b1152c1e4740b 2,781 1.00/1.00 vMB 10
619,898 619,898 0000000000000000000954e59d2f9c9143657f21e6503df6b1f2a10231c8ef98 2,795 1.00/1.00 vMB 16
619,897 619,897 0000000000000000000346eec19720bd22137b54719dbea4b26a8f04ff5cf574 1,963 1.00/1.00 vMB 14
619,896 619,896 00000000000000000003c4f5ee0f00e1d948c9252d47d5a3a10fbb8b3d6ee205 2,808 1.00/1.00 vMB 18
619,895 619,895 0000000000000000000d72f751981f38e8ba3203f224be3cd1465e282d977cf9 3,284 1.00/1.00 vMB 25
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.