Loading Tool

Explorer IconExplorer

Memory Pool

26,194 transactions
7.14 vMB
0.04691245 BTC
  • 1 sats/vbyte = 10 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.93/200 MB

Candidate Block

Mining Attempt 603804d65cd32aa7feba752a014a818ae1cce75c139e9fd5dac882bb81893eea
Version 20000000
Previous Block 00000000000000000000977eeff7f56ada7e990651c9aa87ce147e78cf4f0c1b
Merkle Root 401128f8e222f0b176063e79722ccc3a3b78006dda641f3bd7d1a4bc6e2f6c3f
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,249
Size: 1.00 vMB
Total Fees: 0.02233632 BTC
Avg Feerate: 1.56 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,000 (766,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,917 146,917 000000000000056bd70a279450a29caf930e09240fb878155d953ffe6e8a9c54 0.02 MB 30 167
146,916 146,916 00000000000004355d3dd339cbd497f390edfa2c36d1329d241b886851f72ac7 0.03 MB 61 164
146,915 146,915 000000000000065a460815ab16ad582e3ee9b65027e68914eb4eac49c6dd1d4b 0.02 MB 33 45
146,914 146,914 000000000000088f47f01ba4b0b6435b3d5ad0faefa4d42e8764eae551123cf9 0.02 MB 43 82
146,913 146,913 00000000000005e882425d9c0b6c08255a3346aa070bab10dc9567dc991c3f75 0.01 MB 19 39
146,912 146,912 00000000000008fdbdc1c066960348d4dacb9c5e510205a1f433176ca3088fa7 0.00 MB 3 0
146,911 146,911 000000000000095e4dc1572207756804f8da9f9e141293f1fdf497b3a8bc7023 0.01 MB 21 162
146,910 146,910 00000000000004330c503936b52708d26a4e1416bd120d2a9fbd29fafc7fffe8 0.03 MB 72 115
146,909 146,909 0000000000000753ab7f1ddba681c2fc2b7b705ce20735745afa05304824bff0 0.04 MB 138 1
146,908 146,908 00000000000001ff9385770f0b32bc28597a1385a30e255f0251929d8b17c02d 0.05 MB 97 55
146,907 146,907 00000000000007d45d9726530fd1b37ceb6b0b687482afe6078488c109e94247 0.00 MB 9 432
146,906 146,906 0000000000000496e2e896148d0ff2e694b11c569e10af3b80af75dfd5cb4f60 0.04 MB 47 82
146,905 146,905 00000000000004d54e2ccd90493430ca704dffb103995eb8199ff4bc6643d678 0.05 MB 102 148
146,904 146,904 000000000000068edeb206dd1b2e855482d4d382a0e18e9a395eab0600787953 0.05 MB 134 181
146,903 146,903 0000000000000209ae5db4b713a75bc0a1f1278a4c1c46b5deb19b5801253094 0.01 MB 8 755
146,902 146,902 000000000000092d03ce28380da5aacb939e4aa2a5cc103052c4b2209fcca507 0.05 MB 131 70
146,901 146,901 0000000000000675b088a335a9ad5adab1ec0e505fe2f14745ecb841bda51ed0 0.02 MB 31 55
146,900 146,900 00000000000001a61d473d68940d022af01968ca2f72fbfe5cf225db4d7d2645 0.01 MB 8 42
146,899 146,899 0000000000000886ea862fe30b8ffb818034a0dadfb6b49611efbf1fad2c9277 0.00 MB 7 0
146,898 146,898 00000000000009201599e6ba5798982cad705322523540b0fcfdd5872e9e9417 0.01 MB 17 343
146,897 146,897 000000000000043e520e72846654d36341464ca9044a27be4a75725a713ec624 0.02 MB 39 288
Previous 10 blocks ↓
Total Size: 778.84 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: 381.03 GB
    • Received: 3.43 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.