Loading Tool

Explorer IconExplorer

Memory Pool

82,236 transactions
30.33 vMB
0.08206807 BTC
Random Selection Loading Transactions
Max Size: 185.94/200 MB

Candidate Block

Mining Attempt 47642d0797556a89ef3dd768970fe8072bda561238b15c11e4964afd0207b801
Version 20000000
Previous Block 000000000000000000013457b3bde0e62d4769405a2f173111440bef4841749f
Merkle Root 243fdf9b86a1b902c9e68446055561a61359d0cbb0355447b6364fa5e26df398
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,851
Size: 1.00 vMB
Total Fees: 0.01450755 BTC
Feerates: 60.16 > 1.45 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,325 (214,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
700,966 700,966 0000000000000000000e45be7fba0e26995c7756a9a88f59747e00bc09b6392b 2,730 1.00/1.00 vMB 17
700,965 700,965 000000000000000000055468ce55f02d9dec2b579e3959adf9fe0d1ac0e4dd70 3,020 1.00/1.00 vMB 6
700,964 700,964 00000000000000000007db7e0ed4c3377cf44fed7f5eeeb8f9e5d2f078d32799 2,503 1.00/1.00 vMB 12
700,963 700,963 00000000000000000008be995c368002fb35e072f30159f48922164d9f98c3f1 2,679 1.00/1.00 vMB 15
700,962 700,962 000000000000000000015195748da59e8edbdd06903ebf46fe432177eaaa5c87 3,718 1.00/1.00 vMB 9
700,961 700,961 00000000000000000006092dce7530ca2c3ac2ac41564d4bdfc423f3548bde66 1,137 1.00/1.00 vMB 13
700,960 700,960 000000000000000000081cb85fcec764dc3c9a2c506aa8409ab8eaca69fc7e2d 2,594 1.00/1.00 vMB 16
700,959 700,959 000000000000000000085fb71ccbeb5d2a398ab01284e40ccf0a8d56404a7579 2,905 1.00/1.00 vMB 11
700,958 700,958 0000000000000000000453b4d44e18f330fb1840ea8a776d22aea3e0f6314dab 3,767 1.00/1.00 vMB 6
700,957 700,957 0000000000000000000b685ab1fac99bfa1c8e2ff8c651568fd7f8ab70267eaf 2,324 1.00/1.00 vMB 12
700,956 700,956 00000000000000000006f42991b603cff470a3393aaae9c564a05fe4f625d4d9 297 1.00/1.00 vMB 6
700,955 700,955 00000000000000000001a08e933798f134af098fbfc21cbe8656cdfce2efafbd 2,916 1.00/1.00 vMB 10
700,954 700,954 0000000000000000000caa7416dc87b0dcb558f9f507d5fb814286b47e1b5bdb 2,976 1.00/1.00 vMB 12
700,953 700,953 0000000000000000000d2d8a8c6384ed5d8e6bf1f705b12cfd627707ac065335 2,961 1.00/1.00 vMB 18
700,952 700,952 000000000000000000045a57842563aa17fdfd7412c52a5d4c3cc612c46faa1d 2,817 1.00/1.00 vMB 24
700,951 700,951 0000000000000000000f04a4518d09f85f2c1b26bacda711998267039f47b4f9 2,424 1.00/1.00 vMB 10
700,950 700,950 00000000000000000003aeb7df477201aa5688c3ce6950e46f9c506980aa4d82 3,080 1.00/1.00 vMB 10
700,949 700,949 0000000000000000000cf9bb2e27f78e58084420ece7bf8c7b8650d9796c98df 3,020 1.00/1.00 vMB 37
700,948 700,948 0000000000000000000271a08aee29b532187d2fd230a6ea0a3a7907204518f9 3,189 1.00/1.00 vMB 29
700,947 700,947 0000000000000000000664ed7588369a97e39e010ca511bd8942357d8cc2e526 1,260 1.00/1.00 vMB 12
700,946 700,946 00000000000000000008cf7c0e51e191f082eea09e74c2b6480e3b319d0ae9b3 3,046 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.96 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: 715.26 GB
    • Received: 17.69 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.