Loading Tool

Explorer IconExplorer

Memory Pool

32,455 transactions
9.96 vMB
0.15378387 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.06/200 MB

Candidate Block

Mining Attempt fde6e821a7443a42182667299f5ec32ece283afc4fb10a19feb6b6a278b278e4
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root 9f4c74ddcd89a47656779d0685832e72270900d1bb11e3b25baac36c8e65f310
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,553
Size: 1.00 vMB
Total Fees: 0.06699904 BTC
Median Feerate: 4.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (766,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
146,914 146,914 000000000000088f47f01ba4b0b6435b3d5ad0faefa4d42e8764eae551123cf9 43 0.02 vMB 82
146,913 146,913 00000000000005e882425d9c0b6c08255a3346aa070bab10dc9567dc991c3f75 19 0.01 vMB 39
146,912 146,912 00000000000008fdbdc1c066960348d4dacb9c5e510205a1f433176ca3088fa7 3 0.00 vMB 0
146,911 146,911 000000000000095e4dc1572207756804f8da9f9e141293f1fdf497b3a8bc7023 21 0.01 vMB 162
146,910 146,910 00000000000004330c503936b52708d26a4e1416bd120d2a9fbd29fafc7fffe8 72 0.03 vMB 115
146,909 146,909 0000000000000753ab7f1ddba681c2fc2b7b705ce20735745afa05304824bff0 138 0.04 vMB 1
146,908 146,908 00000000000001ff9385770f0b32bc28597a1385a30e255f0251929d8b17c02d 97 0.05 vMB 55
146,907 146,907 00000000000007d45d9726530fd1b37ceb6b0b687482afe6078488c109e94247 9 0.00 vMB 432
146,906 146,906 0000000000000496e2e896148d0ff2e694b11c569e10af3b80af75dfd5cb4f60 47 0.04 vMB 82
146,905 146,905 00000000000004d54e2ccd90493430ca704dffb103995eb8199ff4bc6643d678 102 0.05 vMB 148
146,904 146,904 000000000000068edeb206dd1b2e855482d4d382a0e18e9a395eab0600787953 134 0.05 vMB 181
146,903 146,903 0000000000000209ae5db4b713a75bc0a1f1278a4c1c46b5deb19b5801253094 8 0.01 vMB 755
146,902 146,902 000000000000092d03ce28380da5aacb939e4aa2a5cc103052c4b2209fcca507 131 0.05 vMB 70
146,901 146,901 0000000000000675b088a335a9ad5adab1ec0e505fe2f14745ecb841bda51ed0 31 0.02 vMB 55
146,900 146,900 00000000000001a61d473d68940d022af01968ca2f72fbfe5cf225db4d7d2645 8 0.01 vMB 42
146,899 146,899 0000000000000886ea862fe30b8ffb818034a0dadfb6b49611efbf1fad2c9277 7 0.00 vMB 0
146,898 146,898 00000000000009201599e6ba5798982cad705322523540b0fcfdd5872e9e9417 17 0.01 vMB 343
146,897 146,897 000000000000043e520e72846654d36341464ca9044a27be4a75725a713ec624 39 0.02 vMB 288
146,896 146,896 0000000000000060c63702430e197ad013dd1f0ef42a1f695224dbe73a095601 72 0.03 vMB 59
146,895 146,895 00000000000004ded7b4639b2833c448ad818b9d129f52875af644caae825445 12 0.00 vMB 0
146,894 146,894 00000000000002563605d02bd8fa33d51e9b3ff021b9c5773a714786c749a88d 42 0.02 vMB 136
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 66
    • Outgoing: 10
  • Data Transfer:
    • Sent: 22.12 GB
    • Received: 0.44 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.