Loading Tool

Explorer IconExplorer

Memory Pool

39,826 transactions
17.59 vMB
0.14205772 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 97.05/200 MB

Candidate Block

Mining Attempt ca53a771897b1ffe0cccf6b837ccf540e657a530c53dbe8cc718babe55e8925e
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 152dcc875a1375e6667beafe7fa42985370696e33312b7d4080f7e1e471b1b64
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,385
Size: 1.00 vMB
Total Fees: 0.03821770 BTC
Median Feerate: 3.43 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (718,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
194,864 194,864 000000000000079d69546ce805e9670e5dc65e2b4a33a442815c59dd4e3fe848 80 0.03 vMB 199
194,863 194,863 000000000000074d24954936dbcb614e66e3fd79aadb58945d37110e4eb926e9 132 0.05 vMB 135
194,862 194,862 000000000000057757efdca5b4dc5a861f09cfe904da363a3614ee3314de5f33 454 0.23 vMB 156
194,861 194,861 00000000000000c4ca80b231c7b3e9947cfdb0685203c4fcb149c76aa4e745f3 162 0.05 vMB 189
194,860 194,860 0000000000000377d62faf534cb8c9420087283d80fad19c63fa008428edeacb 616 0.25 vMB 148
194,859 194,859 00000000000005ce2d50390fd90b3bc15e678f24d6b527128f5332fcd734ed65 99 0.03 vMB 353
194,858 194,858 00000000000004b9fbd904c2ecaa1c43308bc32b7881f4e13397d43563eab9e5 7 0.00 vMB 15
194,857 194,857 0000000000000133ac2db084071c44dc4551506baed504e62dffdc350f70e14d 263 0.08 vMB 272
194,856 194,856 0000000000000323207f379898ddab0a866a022906d034ef23a1aff56762ac6f 435 0.16 vMB 158
194,855 194,855 0000000000000097a4f3f1dcae716a63dedc7a6fbbb22d618016455409e4acb0 538 0.18 vMB 247
194,854 194,854 00000000000003ec68be6c1671caec099ce2266b66e241a2e92d7843a74f7e6e 267 0.18 vMB 116
194,853 194,853 00000000000000b7ec3bdfe91d63cca4193d115c2021b825d602b9559b29c847 537 0.21 vMB 164
194,852 194,852 00000000000004d0e4727eb34e169a1fd36bbb8d7f1265f1b6180ded6fcb1dd4 157 0.10 vMB 96
194,851 194,851 00000000000007a2702656c6f69db9cf732a677376d13c204bd450cc738a878f 398 0.17 vMB 174
194,850 194,850 000000000000000b4f43bf1bc55a9e58021912774adb6e2c7fdeeb4c797cbd33 34 0.01 vMB 240
194,849 194,849 000000000000071ca23759dd4143ed95aed0ac88776436a4a5c63b06180676bc 117 0.05 vMB 118
194,848 194,848 00000000000000b7b074cd8044ec8fd706ab6b2bbfc784a99b4c2810126091d3 62 0.02 vMB 11
194,847 194,847 0000000000000183a63b13c1d178cc5968a75436bbef79541126d2d654cc3959 204 0.09 vMB 218
194,846 194,846 000000000000003de8fc656d7f18dd026e7736f5e5aac44494f38dea207bd615 297 0.12 vMB 141
194,845 194,845 00000000000002b65cd0527498d62f5e83075c9178db864b0e4d37f434961a6d 37 0.02 vMB 100
194,844 194,844 000000000000008b4ebc4849466fedcf2bd16d22873f70d3bedd98f8116ada2d 256 0.13 vMB 55
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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