Loading Tool

Explorer IconExplorer

Memory Pool

33,785 transactions
8.16 vMB
0.04627190 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.18/200 MB

Candidate Block

Mining Attempt cd88329d161a15926b5aebaec20e014ea5cd529d4306004d50b9731ce2e22900
Version 20000000
Previous Block 00000000000000000001fa7dc51cd7d8caa9cfd50317b6e1a71d6f288e6552fc
Merkle Root 7ae9df5fcfbda93a4fded954e9de1f7a0f21655b235d2c9c7448f472f9c98c39
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,309
Size: 1.00 vMB
Total Fees: 0.02422495 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,964 (647,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
265,366 265,366 000000000000000378f95c2c5c052f922554614dacda9cc535e63de2514b1a54 0.25 MB 661 121
265,365 265,365 000000000000000276a719670902d54e44ac69967e8cfe20aaa3e0d4e0045c31 0.17 MB 420 118
265,364 265,364 0000000000000000ed14fe6840e9a3d8a385889c93e1b3a3f8fddc2108c05a62 0.22 MB 403 3,464
265,363 265,363 000000000000000260c3120b61a2bc2e7f6bc109bcf4878b89adb855c10e69b8 0.31 MB 715 135
265,362 265,362 0000000000000006cdb02919917abf0ec137e083242b3d499cc2c36f1f583bc7 0.06 MB 105 82
265,361 265,361 00000000000000091a7c439483aa20bb0ce4fde6a8e5b9d80ba04c8517dc7154 0.13 MB 248 42
265,360 265,360 000000000000000675d373865d9aa55fef7f7ffa06c77c78650fd9206dde3de5 0.13 MB 286 115
265,359 265,359 00000000000000071580316287ad260b60e2e888cc0052d2df6a29ef21975b50 0.14 MB 321 99
265,358 265,358 0000000000000007e31c04d794b7e15996755a3045f29af81d4119f0580d74e7 0.11 MB 271 120
265,357 265,357 0000000000000005b19fb13c17f9cafdc6849462656289579c57ce85fdd76004 0.22 MB 453 65
265,356 265,356 00000000000000047cb7f6e3f3b57a427da28ad9cbff7e77e0f6ef764bcfa292 0.25 MB 630 176
265,355 265,355 0000000000000006a5b15b75f79a94087013ca517f8ebf1cff9128b8d514f0f2 0.09 MB 168 84
265,354 265,354 000000000000000ced16266daae083b73edf928bace8be01074e8d8d5ba81261 0.15 MB 327 63
265,353 265,353 0000000000000003e4d33f78af2b0d25fd7aebc6bfcd293860d9943ff531d990 0.21 MB 425 32
265,352 265,352 000000000000000e3e809f4fb67c782ec8c0f6165045e522d1698fe782b50e5f 0.25 MB 495 116
265,351 265,351 000000000000000b83b532c1ab51ade2c2aca914fac9ae0c21cd40f7c0956161 0.25 MB 573 181
265,350 265,350 000000000000000365940469b5ff9d3f73cd9b1eb48a618bebdc922f3e337105 0.25 MB 270 72
265,349 265,349 0000000000000008097807867e46399702e412cc738c30fcdc891f60cdb62c85 0.23 MB 496 121
265,348 265,348 000000000000000a53c17f3837f4a9b058eff44a8e0691074253214db196496b 0.13 MB 78 25
265,347 265,347 000000000000000f70a3a0021ce1031ae8eafb92467fa8fa9834ef965ddc8215 0.01 MB 33 76
265,346 265,346 00000000000000025cf35f0710a90717481295c7026dc291d08a1c37981b36fe 0.02 MB 36 70
Previous 10 blocks ↓
Total Size: 778.78 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: 354.39 GB
    • Received: 3.13 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.