Loading Tool

Explorer IconExplorer

Memory Pool

42,742 transactions
28.95 vMB
0.10355858 BTC
Random Selection Loading Transactions
Max Size: 149.65/200 MB

Candidate Block

Mining Attempt d075c009b25c6227bc7da1a6586c8ef641b70a89cbab719f433d99f9ee0472ba
Version 20000000
Previous Block 000000000000000000015ea6a4cc701494ace36b9609ae717c7e245eb6153134
Merkle Root 05ad78e93459d8653bb7e4c31e548b03d1fae868249746e7e14a9b0136f30ba4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,253
Size: 1.00 vMB
Total Fees: 0.03297789 BTC
Feerates: 179.53 > 3.30 > 0.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,273 (793,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
121,214 121,214 0000000000006b21767512ab25bd905ae601e2d902a743b74c140af9628e5a15 15 0.01/1.00 vMB 1,474
121,213 121,213 00000000000074b6cae851fb1c8c1fdb816736757b31adfb94b1e9a2e6611d50 26 0.02/1.00 vMB 467
121,212 121,212 0000000000009264dc5873a4d5e093a47b1fa30a5512e3d81846a4f8c8c62eba 20 0.01/1.00 vMB 4,987
121,211 121,211 000000000000696253d71eaab03db33c7dc4bd3e8241728636648c6e52f9c7b8 7 0.00/1.00 vMB 454
121,210 121,210 00000000000096758a9516d2c84953ddbb694d04f20e542aa5f4ceac5df8a7a7 22 0.01/1.00 vMB 949
121,209 121,209 000000000000778b1177b125b3ac748a0d400e1a97be4e779192bbb651652128 4 0.00/1.00 vMB 0
121,208 121,208 00000000000020101fb731c5b3c4c02c85c897f4a28e21af2d7938b57a47ce88 16 0.01/1.00 vMB 197
121,207 121,207 0000000000007ea1375271a62790948e86a3c2d39b15347095a99262fea1a3f4 17 0.01/1.00 vMB 494
121,206 121,206 000000000000239132efbd4bc4b32b5ab4ac1627d1c2ff73f12f768290700a95 6 0.00/1.00 vMB 0
121,205 121,205 000000000000295fa4bdbd1d5810397e6a95c1883b6ccae2fc4a7eada736367f 6 0.00/1.00 vMB 252
121,204 121,204 0000000000002143254e7e1559ca047d6992df9f3ecc263c11806db68907ed40 2 0.00/1.00 vMB 0
121,203 121,203 0000000000004159e64e68cdcc8f386e05338858741d2b890d2efed2787214b8 28 0.02/1.00 vMB 455
121,202 121,202 000000000000334a0d62101d21b222426ff24b359286dd2df4a57e35a4099841 7 0.00/1.00 vMB 785
121,201 121,201 000000000000518332e48d85ec4e751e3a4a0fe5924beb01f534ea9af313b2e5 5 0.00/1.00 vMB 0
121,200 121,200 0000000000008b09a33ac1a000745bb9cd68dedbe6663b8959d7517224c7f5bb 6 0.00/1.00 vMB 0
121,199 121,199 000000000000398f7a34ad9c79621245b772a0e992a00a8ca527693dbc4036bc 2 0.00/1.00 vMB 0
121,198 121,198 000000000000684bd3b2ae9554f018ae7ba54bd6e957c997c4475485d74ecf0c 10 0.01/1.00 vMB 0
121,197 121,197 0000000000006147cf756412321a0b643d89c44c2d48d80750c5311f3a9db601 8 0.00/1.00 vMB 0
121,196 121,196 00000000000016da65e82c650cf2ea022a10b2f1a47d58c863fe55b43ec3f3ed 8 0.00/1.00 vMB 0
121,195 121,195 0000000000004b52b4c9d31d75ff2263e709b5b8313696fac4910bc823023955 20 0.01/1.00 vMB 870
121,194 121,194 000000000000348c89cf29953f7510326f12482edd8d0a15dced4310f9fe4c8b 9 0.00/1.00 vMB 340
Previous 10 blocks ↓
Total Size: 781.08 GB

Node Details:

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