Loading Tool

Explorer IconExplorer

Memory Pool

77,608 transactions
33.71 vMB
0.13917522 BTC
Random Selection Loading Transactions
Max Size: 189.19/200 MB

Candidate Block

Mining Attempt 26d6d2147359f29a5bc941a246efb258cd4f71b364b886d58ef8595dc3c60111
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 246d01b5fddaf82daec3d38ea8e10c8874b81ecd6a5c61b5e0c9a896591cde25
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,353
Size: 1.00 vMB
Total Fees: 0.02867179 BTC
Feerates: 100.53 > 2.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (551,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
364,156 364,156 0000000000000000107a74a486cacbe0ed8b68d98911fbb2bb64eb965b462180 384 0.11/1.00 vMB 83
364,155 364,155 000000000000000000977de05e1d4f0b094d808ff2b1e726d4103f345358778b 2,133 0.75/1.00 vMB 60
364,154 364,154 0000000000000000157219941742ebbe5b634d04f63a77a094e6e278c3e7e570 2,399 0.75/1.00 vMB 93
364,153 364,153 00000000000000000bf7e92e14a1d8edae4cc5d476d9bf8f6f57f829e5164150 1,479 0.75/1.00 vMB 32
364,152 364,152 00000000000000001251518f17f6809043b808e132592fbf747ca8b94a3f99b4 3,411 0.93/1.00 vMB 97
364,151 364,151 000000000000000010ee6b1ccef32a3a84a72d85d0f11a84827e85b6dd39dde3 1,480 0.75/1.00 vMB 30
364,150 364,150 0000000000000000058d0d8fcb0ed00cf160e302fb58509df15d32bd6d0682df 1,626 0.93/1.00 vMB 37
364,149 364,149 000000000000000009d0cd5153bffb7f34af447f95423d4600e33b8157753aff 1 0.00/1.00 vMB 0
364,148 364,148 000000000000000013e3d73b1f09ef8d7ee8e3a9b465fb0876a8da106cb55877 2,140 0.93/1.00 vMB 31
364,147 364,147 00000000000000000d466c215bfd9079de6eaa3faa0bc0ae816f2b4d0363daf9 2,249 0.95/1.00 vMB 48
364,146 364,146 0000000000000000072e0d04884feb54b82ad2ffb45f5a6ae90d6121bc1a792c 2,014 0.75/1.00 vMB 51
364,145 364,145 000000000000000003d482f6ae014ed7db360eea62c2fbbcd41e61075c109f34 3,042 0.95/1.00 vMB 88
364,144 364,144 00000000000000001408fb3cb20ed3999300834d5cc2eab2cf9998764c54b4bf 1,445 0.75/1.00 vMB 37
364,143 364,143 0000000000000000019a9dafb68f600be095fd61de38ce0b350f5473e331768c 3,509 0.95/1.00 vMB 84
364,142 364,142 0000000000000000013295d6066c0aec8ed707d2c18375ddcdbf499dcaa66179 2,333 0.93/1.00 vMB 50
364,141 364,141 00000000000000000fa5e30cdb55296ce04b152fe137cc731fb872b84032c617 2,779 0.75/1.00 vMB 75
364,140 364,140 00000000000000000a585ac4c3663463816ef5577834b20bf53985f4760cd75a 2,524 0.75/1.00 vMB 72
364,139 364,139 00000000000000000ce3898f76d56c4fdc3396d568cd6c0f8b009b579b8954e4 1,232 0.75/1.00 vMB 33
364,138 364,138 000000000000000009532742e64a32c6b5eda42a29fd6b3d1c47c989b2ef7d9f 2,409 0.93/1.00 vMB 41
364,137 364,137 0000000000000000020f655cb7c0792906e4cebb54ea834cc6062af12f0563ab 2,081 0.93/1.00 vMB 76
364,136 364,136 00000000000000000e8b99c2bf187fa552c8bdf996c2f5bf1a05f5c6402c742c 370 0.75/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 783.11 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: 733.34 GB
    • Received: 18.54 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.