Loading Tool

Explorer IconExplorer

Memory Pool

48,447 transactions
11.53 vMB
0.03922035 BTC
Random Selection Loading Transactions
Max Size: 83.12/200 MB

Candidate Block

Mining Attempt 56f813907bbf930821a1c2a1dad8f9372810423adf4371b9c6a71311218b1d81
Version 20000000
Previous Block 00000000000000000001ab572a27d32b346d82b10aeec62fe18d0579999472e9
Merkle Root a2e71b07492442e4eacda735008fd849ccad1797739ffeec61123e5c284444ed
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,720
Size: 1.00 vMB
Total Fees: 0.01232973 BTC
Feerates: 200.33 > 1.24 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,080 (242 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
916,838 916,838 000000000000000000013f5c197193339c50a7b96a33fdb0ea4a7349815ca6ba 5,453 1.00/1.00 vMB 1
916,837 916,837 000000000000000000014bf2aebcd81b99aa36644a4e62ab4a490d19a9cc3bc0 5,058 1.00/1.00 vMB 0
916,836 916,836 000000000000000000013aa1e73c2a83a0a741ea71d1b064bbb7ffbbcc65daa3 4,397 1.00/1.00 vMB 0
916,835 916,835 00000000000000000001338928bc9d78695be51109e3a89e1a907a5fe5ef8203 2,377 1.00/1.00 vMB 0
916,834 916,834 00000000000000000000b1a28d3a81148c1c73af3f0016469f454d11f916f213 5,357 1.00/1.00 vMB 1
916,833 916,833 000000000000000000005116d4cde5ef9b2d4198420252aff888d3e541c69e09 2,679 1.00/1.00 vMB 0
916,832 916,832 00000000000000000001eca081065a6613e4f23c0e88f5ff3ca9c1d2dc66b2ee 5,619 1.00/1.00 vMB 1
916,831 916,831 00000000000000000001562f59acb961234c1ef52c78115414e74eb52ebea22b 4,079 1.00/1.00 vMB 1
916,830 916,830 000000000000000000015ccee61a5768e3cfac968b21e08c9ecfd40ffe163fd8 5,891 1.00/1.00 vMB 0
916,829 916,829 00000000000000000000e28733f54a5916ed9bb9eaeedc79c9e0957cf3ed7e86 7,057 1.00/1.00 vMB 0
916,828 916,828 00000000000000000000dd5bc6a70bc145a5e89592afcb815402ec47ab991019 3,943 1.00/1.00 vMB 1
916,827 916,827 00000000000000000000ec02822e3c80d462a4462b2022fb725d1612f4a7c948 3,851 0.92/1.00 vMB 2
916,826 916,826 00000000000000000001c9c084792a7cc6d50d4684265e17cc974f155b85948e 3,836 1.00/1.00 vMB 3
916,825 916,825 0000000000000000000016c3df4e73dd3a5ce77560bb7bb82b586079aadeffdf 4,423 1.00/1.00 vMB 1
916,824 916,824 00000000000000000001c9498cd1fb7e2ffebe3baa08144da75c655e3c125d14 3,504 1.00/1.00 vMB 2
916,823 916,823 0000000000000000000038012900d94351d95a3f37fd1d98be0fa32d683a25c0 2,183 0.62/1.00 vMB 2
916,822 916,822 00000000000000000000f37fc1e0c06997e6e48007f25e5da5fb571acf4d351c 6,883 1.00/1.00 vMB 0
916,821 916,821 00000000000000000000f8332cf87f5ff7b6c1358f6a4416c7fc6be39b88f227 6,115 1.00/1.00 vMB 0
916,820 916,820 00000000000000000001c37fcfd2be44aa9fa086d0dc597f0e07e7e5143fd269 4,127 1.00/1.00 vMB 2
916,819 916,819 000000000000000000006872e9f841e9c8163589b01578f8ae03a7405c66afe4 3,708 0.95/1.00 vMB 2
916,818 916,818 0000000000000000000193799daa0c2ab826858f58017456b55c63a9073c907d 4,211 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 785.94 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: 983.39 GB
    • Received: 31.09 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.