Memory Pool Memory Pool Refreshing

3,762 transactions
1.68 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,652 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (640,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
267,326 267,326 0000000000000001a6372a6b1324b9506c38e9feced83de46d12c4e8048258ab 0.05 MB 130 51
267,325 267,325 000000000000000168278ef3d1fec7e4e9ae886005068627df4834b82160efa0 0.09 MB 241 48
267,324 267,324 0000000000000000e76c260edd1296810b4db7cff64fbf75b16ecc446cb85be9 0.12 MB 267 49
267,323 267,323 000000000000000657bf0c4a74ed8ad9b51a8aceef230b1a2e29c554e011ebe6 0.14 MB 339 69
267,322 267,322 000000000000000923dcff4efdd9fd6b61a540b6f946510740a3f903a03f3532 0.25 MB 543 66
267,321 267,321 0000000000000003486be706ecdaf61a21025b09b0b30a30cd22d2744c54a8de 0.03 MB 100 51
267,320 267,320 0000000000000004ed916edaa76c0ea33c05bcbcf60888050fc30977b00eb658 0.01 MB 19 41
267,319 267,319 000000000000000aa539e35b27aa654f1299c278a407f13a87e2c0db96523a7b 0.06 MB 135 56
267,318 267,318 00000000000000020e433cd02fd6b9d2e03c3387b6942427d68142e068fe554f 0.09 MB 185 29
267,317 267,317 0000000000000009178c6e2ca0dc3b463b32c404b1a54d8e14db1d3e2504afc9 0.16 MB 327 38
267,316 267,316 000000000000000741f1d05231934ccbdfca379bdca6de3408a202e81bbf0512 0.37 MB 965 73
267,315 267,315 0000000000000002cd988d627231ca03edef16e867c98d6fe33365cfda0136fe 0.01 MB 29 53
267,314 267,314 00000000000000085380ba235f25d3f6df89c60fe27cc630f61856f3b0688b6c 0.06 MB 153 63
267,313 267,313 0000000000000008c4580581f15368385be4cf8a4a1f3365d51de2e90a958408 0.00 MB 1 0
267,312 267,312 0000000000000007422df27ceb35280b4ac808d98e072aa4b4bbc9382c506bc3 0.13 MB 293 48
267,311 267,311 0000000000000001f630517e750c08ee4616d9d7a361920a7ef242a9a015b893 0.18 MB 427 92
267,310 267,310 00000000000000091f5bad69adee17145640408218a11b6a359abd3ad3b878c6 0.09 MB 238 59
267,309 267,309 0000000000000004da5ec43e15065b54590688841007e4a3d891adb35cc22ae1 0.04 MB 90 51
267,308 267,308 000000000000000535aa734f044838f244981d041bb67c2a92eed66f5d33699b 0.05 MB 109 50
267,307 267,307 0000000000000005389d4d59a47d26d012d3730e72f7d3f36eb60164ff53e867 0.02 MB 55 63
267,306 267,306 0000000000000000b358caa6f7cd5cceb2ffe1e536c4e3fd298d8b094efe9e5d 0.00 MB 6 19
Previous 10 blocks ↓
Total Size: 769.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,627.28 GB sent, 93.11 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.