Loading Tool

Explorer IconExplorer

Memory Pool

89,099 transactions
33.08 vMB
0.20335157 BTC
Random Selection Loading Transactions
Max Size: 199.68/200 MB

Candidate Block

Mining Attempt cc80bc080d754a87680f2535cb121024be381890ea1dbcb05719b78cd82d1650
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 5403a8407027f7f0405ed0bc3f0376d8db758e2217a8a7a8ace494ca1f058b37
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,864
Size: 1.00 vMB
Total Fees: 0.09039062 BTC
Feerates: 387.56 > 9.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (317,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
597,590 597,590 0000000000000000000af33f8b908899ab19637496ea034e0364925cb066be41 3,493 1.00/1.00 vMB 35
597,589 597,589 000000000000000000036a552468081ea447190bc5d7b48f2cf55b212599ef4d 2,792 1.00/1.00 vMB 43
597,588 597,588 00000000000000000009db4073654d2cec9d503717fbc673693bba19ff70968f 3,251 1.00/1.00 vMB 27
597,587 597,587 0000000000000000000377b02c4c8fe86ce4b976502a1f2a209d7f733d7d357a 3,044 1.00/1.00 vMB 29
597,586 597,586 00000000000000000003f2c83b957f685d211da4818315aba7da14003c56fb5f 3,156 1.00/1.00 vMB 47
597,585 597,585 0000000000000000000b741bab1230496b787ea078bfee93cd8fe0ce76c65a2a 2,603 1.00/1.00 vMB 19
597,584 597,584 0000000000000000000b1b0b272c833ec4601e9e7bcee5423e4df14db79c01d9 1,898 1.00/1.00 vMB 12
597,583 597,583 0000000000000000000eb1dfea4ae47ac7021daf3cfbc8a80134c0922ff9b2c4 2,615 1.00/1.00 vMB 19
597,582 597,582 0000000000000000000929ccab510ed5a2e9aedd0a0c0b73eebd5f92656cfd1d 2,986 1.00/1.00 vMB 12
597,581 597,581 000000000000000000043ea515a28728e5c7304c82bd2676b60d9082ed1de35f 2,996 1.00/1.00 vMB 34
597,580 597,580 0000000000000000000dfd1f3bff068078f2694d24eaa225177685d615643d9b 2,764 1.00/1.00 vMB 15
597,579 597,579 00000000000000000006db5f4ed05929fb6e4807589836ac886e5a55c09ce1a9 2,992 1.00/1.00 vMB 20
597,578 597,578 0000000000000000000f6e7c4367610eaeeecc6dac7d087e13d672964403c39a 3,242 1.00/1.00 vMB 43
597,577 597,577 0000000000000000000dbbb02353405994e471caa135a4a2fc67c1c0945c1b3e 2,866 1.00/1.00 vMB 26
597,576 597,576 000000000000000000141192756d7996d715f54d0ea6c9e887fc05172e879c77 2,921 1.00/1.00 vMB 38
597,575 597,575 000000000000000000135a9db169c2a59af733c4d06af8c79b2b4577a3d00651 3,406 1.00/1.00 vMB 60
597,574 597,574 00000000000000000005655ecc705e6a23800d313c962c98b438a21c5c17eae1 2,884 1.00/1.00 vMB 28
597,573 597,573 00000000000000000009041ad8ff64e33a404f0a84cc6cb576d2989b668be66e 3,061 1.00/1.00 vMB 44
597,572 597,572 00000000000000000007e38590b95c97f9800b58808d3e38e6cba92e0762e4f0 3,248 1.00/1.00 vMB 52
597,571 597,571 0000000000000000001058792698fc818712077e98ae2525846d5622a57dc2f6 3,454 1.00/1.00 vMB 58
597,570 597,570 00000000000000000002db3665779fc142c3e51a05fca6a81a93490f10f361bd 2,831 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.31 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: 660.19 GB
    • Received: 14.62 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.