Loading Tool

Explorer IconExplorer

Memory Pool

19,737 transactions
4.87 vMB
0.06764796 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 34.79/200 MB

Candidate Block

Mining Attempt d8fb8bd644387f7768aa0d2c10cd9d9bff4075ae1b779448a48b8b17963d6505
Version 20000000
Previous Block 000000000000000000010ebf3d78750a559f300040137ee4d9f5a620eb965783
Merkle Root d471c939aedbcf1356aa07cad9c2bddc8c3ceda749990b62d50d4868e42e1473
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,011
Size: 1.00 vMB
Total Fees: 0.05725737 BTC
Median Feerate: 2.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,161 (739,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,331 173,331 0000000000000300cd29c8af5c372b3e7c4acf5db134911888f6df3bdb30454a 0.01 MB 27 308
173,330 173,330 000000000000023c628ea6064084f1b29dfb3ea3c114735f2926fe6b48de2464 0.04 MB 116 94
173,329 173,329 00000000000009f0333ff26a2e66e80e8693509db73149e9c1c6f44b42b9cb57 0.05 MB 178 8
173,328 173,328 00000000000007e631c7c7cde532da96fefd3aa8cd3d2848efd6edcd0b3bf974 0.02 MB 36 163
173,327 173,327 000000000000025b282ceb88298513588902dbea0a741278ee7c3bee5b71b599 0.02 MB 48 233
173,326 173,326 0000000000000934a398efe073150eb0f9926ea1a256cbe9955cb84f2d62fa38 0.03 MB 56 64
173,325 173,325 000000000000068e6c2c3c5e803947f08ce02eda52289c1db4c5f27df1c39545 0.04 MB 78 106
173,324 173,324 0000000000000444b00f54b10ab4f78a55a790db736d2f204295f828c25427ce 0.02 MB 35 114
173,323 173,323 000000000000042f9c903a6803367de7f751d3259033c72c48492daa5a1bb488 0.03 MB 72 403
173,322 173,322 00000000000007e15a3c8f0313489225801c9ec82a9587436e975ff877aa34b3 0.02 MB 54 217
173,321 173,321 00000000000006a27bda8174f0f9b1200bb77fc645c52d69663fbac2fcbea039 0.02 MB 33 115
173,320 173,320 0000000000000714fc1c37f5d2d8d5226dc558583463be03b0036f776667685b 0.01 MB 23 90
173,319 173,319 000000000000053851ddc31991290100810cc077c396340e08676641b6e72064 0.02 MB 17 66
173,318 173,318 000000000000085224cbd2e3f72104b20ebed5d174b80529ed3f564f2f842196 0.05 MB 127 29
173,317 173,317 00000000000009ebbfa655b6dcd17dc90620bd6e4e384ca7d798dc0e8535f907 0.02 MB 44 78
173,316 173,316 0000000000000976073b45c29eb50c9de8e7852ceedee0dcc7f569db2b017220 0.02 MB 42 25
173,315 173,315 00000000000008581dd698dec93037c07b73b1cf0494e93a2d54d2d21697bf86 0.05 MB 132 124
173,314 173,314 0000000000000413a0bbde6308e2346fbcd33092619f98b7e6f9d0965cf0bb78 0.04 MB 80 346
173,313 173,313 00000000000007dcbe8be8339ff20a0613817eabd7dd366e3e00e1d5232de433 0.04 MB 102 464
173,312 173,312 0000000000000797679903ecd426696c35f7f74fb20a7d2aeb1d62e13be6d838 0.06 MB 162 87
173,311 173,311 000000000000046b8881ea2386b0f0d060bec129282104d3068d61a7cd333b23 0.01 MB 14 2,018
Previous 10 blocks ↓
Total Size: 779.13 GB

Node Details:

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