Loading Tool

Explorer IconExplorer

Memory Pool

39,650 transactions
27.64 vMB
0.06841543 BTC
Random Selection Loading Transactions
Max Size: 141.34/200 MB

Candidate Block

Mining Attempt d285e40660af5f51f3c7677d10e795d5ceaa7a6b01fab780626cfe51ea504ad6
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root 4136c7525acd6160160ffbb3191d597c73634a4656ff0a2c942064a5adab77cb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,583
Size: 1.00 vMB
Total Fees: 0.01564353 BTC
Feerates: 100.95 > 1.57 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (488,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
425,976 425,976 000000000000000002d0c2dbdc23ce8f8f5f3fc291439546a40344a28ed64bbc 1,973 0.98/1.00 vMB 45
425,975 425,975 0000000000000000021cafaa307c4732435d38ceae1d11a6426c6fab1b616196 1,964 1.00/1.00 vMB 99
425,974 425,974 00000000000000000297419bf3cf20cad73d360962961eb2baec38188c992157 1,338 0.97/1.00 vMB 42
425,973 425,973 000000000000000003726a6dcb29b0e79ed9e632bcef165a0d5230c3126edcc2 2,746 1.00/1.00 vMB 77
425,972 425,972 000000000000000001fb594a95bda9b0e03a210e8bf16f6c1914114fd2dc2808 1,244 0.42/1.00 vMB 77
425,971 425,971 000000000000000000c75f859c3cbf40ddfa90de3343360638804f6b3c991e8d 2,449 0.99/1.00 vMB 66
425,970 425,970 00000000000000000148a054ca5a369ef1b24193ef80a3babb4db21c01a4ccc3 2,182 0.89/1.00 vMB 67
425,969 425,969 0000000000000000046df0facabdd1d27a11f570c0751437a9f3389d1211a85a 1,690 0.70/1.00 vMB 64
425,968 425,968 000000000000000000c8f6c3e9fe4e16baccd1531d3bc0d5dd51de6078780fd9 1,796 1.00/1.00 vMB 47
425,967 425,967 0000000000000000026adbb8eb77a91991de2c57b78b0372b20ee3031b7b1866 2,683 1.00/1.00 vMB 75
425,966 425,966 00000000000000000102b9c5fcbf557aa8a1c8e569a67c0542df8abf922fb7e3 343 0.11/1.00 vMB 83
425,965 425,965 000000000000000004c99ddc28747cbd3e4dadb9186dd57451f7c12c2b396ed1 530 0.65/1.00 vMB 26
425,964 425,964 00000000000000000444335b445483a0eb862d7542872f7bc9d01c9e81ca1b3b 2,217 0.95/1.00 vMB 63
425,963 425,963 00000000000000000199c0693ef43511bee1c445717248fba25115054ce52444 1,021 0.50/1.00 vMB 70
425,962 425,962 0000000000000000030ddfbd127c56d593a4381051d9f1d18e5a71aad1583924 486 0.22/1.00 vMB 86
425,961 425,961 000000000000000003bd91764f84398ef04fd542a6d32a801ed0c3cbe4be3ff4 298 0.16/1.00 vMB 61
425,960 425,960 00000000000000000207e7ca7b3e408f641d5169076a3557ee4974e8e73c79eb 1,159 0.63/1.00 vMB 52
425,959 425,959 000000000000000001565369328b79170649adebd565d17c20354d658c60bbb6 284 0.10/1.00 vMB 76
425,958 425,958 000000000000000002e16be0a7b22ee5bf0935a94e23bbdccab8d76050e0fad8 1,058 0.99/1.00 vMB 27
425,957 425,957 0000000000000000023a569b3ceeed9d3e4f55c62d625f3c099d96bebc1f1398 1,878 0.78/1.00 vMB 72
425,956 425,956 000000000000000003c85f679d7ffb9ac7bcc9f7ceb0afd506ae0a4ff02a6cdf 548 0.21/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 781.76 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: 632.30 GB
    • Received: 12.11 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.