Loading Tool

Explorer IconExplorer

Memory Pool

79,331 transactions
29.15 vMB
0.07198585 BTC
Random Selection Loading Transactions
Max Size: 176.90/200 MB

Candidate Block

Mining Attempt c4a638e99786a92c3760388adccb04dfc6c60f1cbbc5e255b4ad0662896dc30c
Version 20000000
Previous Block 00000000000000000002109166b8fbc24476efabda906aebee521a5bb03941cc
Merkle Root 2b14a1ac34c3b887ccd0c7159a1d858e439da78a4a75309b1b4bba0ceb0c4f08
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,776
Size: 1.00 vMB
Total Fees: 0.01111739 BTC
Feerates: 73.20 > 1.11 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,110 (369,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
545,224 545,224 00000000000000000019be0a2f56d5234d8b72701455c6613ae7e6cf4d554d7a 2,928 1.00/1.00 vMB 13
545,223 545,223 000000000000000000069ce83b32453b209639cdd5e0547b9aa1850cf4c4c2bc 330 0.16/1.00 vMB 9
545,222 545,222 00000000000000000016b1565bd9f8cbcbfa906f26e7acc4d1f6dc0c603b6fd6 99 0.04/1.00 vMB 24
545,221 545,221 0000000000000000001e1c4d125b33154d5e59136dbb912e7baeedef6e2db075 1,464 1.00/1.00 vMB 5
545,220 545,220 0000000000000000001b281b03febed3c9358db70e4b50374092d302a47271bd 1,637 1.00/1.00 vMB 6
545,219 545,219 0000000000000000000b22e748a72da306412273365cb16754a567847af3c5c3 2,664 1.00/1.00 vMB 16
545,218 545,218 00000000000000000012ae2bfe016dafd4c7c0fcec0fe85b3856ae408683661a 825 1.00/1.00 vMB 4
545,217 545,217 000000000000000000007ca8be656e621d1c38b57f4cc58e9d679af788bfc042 1,598 1.00/1.00 vMB 3
545,216 545,216 00000000000000000021695606c0e802effb657d40431ca88892818e0e23f0f3 3,231 1.00/1.00 vMB 15
545,215 545,215 000000000000000000256e5279b95f26fc56d9df0bd113b3df503d6fabd6bc8a 563 0.22/1.00 vMB 24
545,214 545,214 0000000000000000001a557c62b03e2b0caa06a0d9f75e9971856b30bd6d4e54 188 1.00/1.00 vMB 1
545,213 545,213 000000000000000000111e97a38b51e0f155908a6c902e0b90ab04d4ecbd3345 2,846 1.00/1.00 vMB 12
545,212 545,212 00000000000000000007b569076e3874cb14c0052c04d3d8e4ab652c221b7f22 2,953 1.00/1.00 vMB 11
545,211 545,211 0000000000000000000bb8e45370d7e96bd2b56a8deee2d08fc6889abaabc936 1,132 0.41/1.00 vMB 28
545,210 545,210 0000000000000000000ec5684859b593874cd93208e210126ca2b627aa52a076 738 1.00/1.00 vMB 2
545,209 545,209 00000000000000000013216e2c4359cc5cb406fe65f833694dbe22966dc7d828 112 0.13/1.00 vMB 77
545,208 545,208 0000000000000000001ffb8baf9f27dfe1894773061abb0eabb64fe3ca69ec0b 2,548 1.00/1.00 vMB 14
545,207 545,207 0000000000000000000f38768f54a3702133bc27fac275c668dc556d55a178d5 1,856 1.00/1.00 vMB 5
545,206 545,206 0000000000000000001cbe0c7f31c5aa3d35c7f7413df67cc264861d10899375 2,148 1.00/1.00 vMB 19
545,205 545,205 00000000000000000000f709d32ddaf473c24f9c2c87c8398ba622f6a840e082 2,826 1.00/1.00 vMB 15
545,204 545,204 00000000000000000012f4eb6203a0a03a8266ca0d58f1f6b2686f57f26d0db3 1,354 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.58 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: 671.35 GB
    • Received: 15.91 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.