Loading Tool

Explorer IconExplorer

Memory Pool

31,182 transactions
17.20 vMB
0.04381524 BTC
Random Selection Loading Transactions
Max Size: 92.95/200 MB

Candidate Block

Mining Attempt 6e2c13db83b74342d6e14dacea5a4cd9bb75086a7d86a8959a7d988d0ee76d49
Version 20000000
Previous Block 0000000000000000000157985ae5e218ec435eef53db9d5e47bda7e17dfc1bdc
Merkle Root 024aa8da211e37f038ee5e75b3dc025cafff51f70af9757165f26c2d71a6b8c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,540
Size: 1.00 vMB
Total Fees: 0.01159275 BTC
Feerates: 151.12 > 1.16 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,163 (813,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
101,020 101,020 0000000000004dd0ba8544245776eb0a86640422ba3d0314b2e262bd3da49434 3 0.00/1.00 vMB 0
101,019 101,019 00000000000153b9a6cc3b8de502483cc98c10779dcc26ce413c51b3d9289bfc 3 0.00/1.00 vMB 0
101,018 101,018 00000000000117e2d5c4017fe42f205d7e3437973df53282124a294f3d50ec53 1 0.00/1.00 vMB 0
101,017 101,017 0000000000038a38861cd1dc7cb9de9aa8169cd52969a6df44e3579cfdd1cc19 1 0.00/1.00 vMB 0
101,016 101,016 00000000000288e2391a67a4ac09507ecb8e7469dd1b5148df64150d50415330 2 0.00/1.00 vMB 0
101,015 101,015 000000000002555d8fbf93e3f9541f63dfa88560a7d56c8c4f73e4059ebbfc93 6 0.00/1.00 vMB 0
101,014 101,014 00000000000034faf867d804de0e684803e1867e874a4b4ad9700d0e3ca82e9e 1 0.00/1.00 vMB 0
101,013 101,013 000000000001a361adf07c3e042e20d08078a0e66cb60ece82c011c53919f054 1 0.00/1.00 vMB 0
101,012 101,012 0000000000035e8f191c07b4383ab615581df56f2f6a09d9a6658b8769d91f3d 2 0.00/1.00 vMB 0
101,011 101,011 000000000000ff88c2aef8bb34ffb71811b15daab7eca1fe19a3caf6d51f7c4f 1 0.00/1.00 vMB 0
101,010 101,010 000000000001af33247fff33aae7c31baee4148d5a189e7353bf13bcee618202 4 0.00/1.00 vMB 0
101,009 101,009 000000000002595f6cf3c0a1e3ee9ac14ab972dd1f9b408c0faa1913543efc5d 7 0.00/1.00 vMB 0
101,008 101,008 000000000003b93bd5c857844a2981164d76f78163d1356d185f5f65cd36fb7f 12 0.00/1.00 vMB 0
101,007 101,007 000000000003d4ac5e8648c42d1b1ba0d5c1089025babc9541012def76bbd12d 10 0.00/1.00 vMB 0
101,006 101,006 00000000000230811ccbf562e2b0b0d17042a99d31638009226befece7eec489 12 0.00/1.00 vMB 0
101,005 101,005 0000000000004b55e00a6a45f62089e093a1ddbd494a4dc4fad4a3d86a044ed1 6 0.00/1.00 vMB 0
101,004 101,004 000000000000daf5191c2e906bd9a06e3057411dcfd30ac19be5016afab5665c 7 0.00/1.00 vMB 78
101,003 101,003 0000000000021f86af2ac3cd5fe1f2cd821853cc0424bb68cf9906ba965e9252 12 0.00/1.00 vMB 0
101,002 101,002 000000000000c3ae17a0342920e9aae3e98a5a0256d11ceee22eb8a744627477 12 0.00/1.00 vMB 0
101,001 101,001 0000000000025fa3248a57ea24d5c91a20879490ae69bc77dc482a0e748b4964 12 0.00/1.00 vMB 0
101,000 101,000 0000000000009c11d2683ccbba6d1b8dd7985c3e693f55c95539156aa76a8d41 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.88 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: 565.63 GB
    • Received: 7.65 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.